We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7467b9c commit 9900498Copy full SHA for 9900498
1 file changed
.github/workflows/draft-pdf.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
journal: joss
24
# This should be the path to the paper within your repo.
25
- paper-path: joss/paper.md
+ paper-path: paper/paper.md
26
27
- name: Upload PDF
28
uses: actions/upload-artifact@v4
@@ -31,7 +31,7 @@ jobs:
31
# This is the output path where Pandoc will write the compiled
32
# PDF. Note, this should be the same directory as the input
33
# paper.md
34
- path: joss/paper.pdf
+ path: paper/paper.pdf
35
36
- name: Commit PDF to repository
37
uses: EndBug/add-and-commit@v9
0 commit comments