Skip to content

Commit 9cffa71

Browse files
committed
Fixing paper path in github action
1 parent 7ac2712 commit 9cffa71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-pdf.yml

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

0 commit comments

Comments
 (0)