Skip to content

Commit 77beffc

Browse files
committed
Fix the workflow for JOSS
1 parent a70b4e9 commit 77beffc

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
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
journal: joss
2020
# This should be the path to the paper within your repo.
21-
paper-path: paper.md
21+
paper-path: paper/paper.md
2222
- name: Upload
2323
uses: actions/upload-artifact@v4
2424
with:
2525
name: paper
2626
# This is the output path where Pandoc will write the compiled
2727
# PDF. Note, this should be the same directory as the input
2828
# paper.md
29-
path: paper.pdf
29+
path: paper/paper.pdf
3030

0 commit comments

Comments
 (0)