We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70b4e9 commit 77beffcCopy full SHA for 77beffc
1 file changed
.github/workflows/draft-pdf.yml
@@ -18,13 +18,13 @@ jobs:
18
with:
19
journal: joss
20
# This should be the path to the paper within your repo.
21
- paper-path: paper.md
+ paper-path: paper/paper.md
22
- name: Upload
23
uses: actions/upload-artifact@v4
24
25
name: paper
26
# This is the output path where Pandoc will write the compiled
27
# PDF. Note, this should be the same directory as the input
28
# paper.md
29
- path: paper.pdf
+ path: paper/paper.pdf
30
0 commit comments