We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ea8c3 + 31ba135 commit b71af54Copy full SHA for b71af54
.github/workflows/compile-joss-paper.yml
@@ -25,10 +25,10 @@ jobs:
25
# This is the output path where Pandoc will write the compiled
26
# PDF. Note, this should be the same directory as the input
27
# paper.md
28
- path: paper.pdf
+ path: paper/paper.pdf
29
- name: Commit PDF to repository
30
uses: EndBug/add-and-commit@v9
31
with:
32
message: '(auto) Paper PDF Draft'
33
# 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
+ add: 'paper/paper.pdf' # 'paper/*.pdf' to commit all PDFs in the paper directory
paper/paper.pdf
249 KB
0 commit comments