Skip to content

Commit 1b7fe19

Browse files
authored
Update compile-joss-paper.yml
1 parent b6ea8c3 commit 1b7fe19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-joss-paper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
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
2929
- name: Commit PDF to repository
3030
uses: EndBug/add-and-commit@v9
3131
with:
3232
message: '(auto) Paper PDF Draft'
3333
# This should be the path to the paper within your repo.
34-
add: 'paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
34+
add: 'paper/paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory

0 commit comments

Comments
 (0)