Skip to content

Commit 03224cf

Browse files
committed
Update draft-yml
1 parent 8635779 commit 03224cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
journal: joss
1818
# This should be the path to the paper within your repo.
19-
paper-path: paper.md
19+
paper-path: paper/paper.md
2020
- name: Upload
2121
uses: actions/upload-artifact@v4
2222
with:
2323
name: paper
2424
# This is the output path where Pandoc will write the compiled
2525
# PDF. Note, this should be the same directory as the input
2626
# paper.md
27-
path: paper.pdf
27+
path: paper/paper.pdf

0 commit comments

Comments
 (0)