We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da0256 commit 5c9ff33Copy full SHA for 5c9ff33
1 file changed
.github/workflows/draft-pdf.yml
@@ -2,8 +2,8 @@ name: Draft PDF
2
on:
3
push:
4
paths:
5
- - ./paper/paper.md
6
- - ./paper/paper.bib
+ - /paper/paper.md
+ - /paper/paper.bib
7
- .github/workflows/draft-pdf.yml
8
9
jobs:
@@ -18,12 +18,12 @@ jobs:
18
with:
19
journal: joss
20
# This should be the path to the paper within your repo.
21
- paper-path: ./paper/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/paper.pdf
+ path: /paper/paper.pdf
0 commit comments