Skip to content

Commit 9900498

Browse files
committed
Fix CI
1 parent 7467b9c commit 9900498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
journal: joss
2424
# This should be the path to the paper within your repo.
25-
paper-path: joss/paper.md
25+
paper-path: paper/paper.md
2626

2727
- name: Upload PDF
2828
uses: actions/upload-artifact@v4
@@ -31,7 +31,7 @@ jobs:
3131
# This is the output path where Pandoc will write the compiled
3232
# PDF. Note, this should be the same directory as the input
3333
# paper.md
34-
path: joss/paper.pdf
34+
path: paper/paper.pdf
3535

3636
- name: Commit PDF to repository
3737
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)