We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac2712 commit 9cffa71Copy full SHA for 9cffa71
.github/workflows/draft-pdf.yml
@@ -17,12 +17,12 @@ jobs:
17
with:
18
journal: joss
19
# This should be the path to the paper within your repo.
20
- paper-path: paper.md
+ paper-path: paper/paper.md
21
- name: Upload
22
uses: actions/upload-artifact@v4
23
24
name: paper
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
0 commit comments