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