Skip to content

Commit 84b1b84

Browse files
Moved to "paper" folder
1 parent ccde35b commit 84b1b84

3 files 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
@@ -13,12 +13,12 @@ jobs:
1313
with:
1414
journal: joss
1515
# This should be the path to the paper within your repo.
16-
paper-path: paper.md
16+
paper-path: paper/paper.md
1717
- name: Upload
1818
uses: actions/upload-artifact@v4
1919
with:
2020
name: paper
2121
# This is the output path where Pandoc will write the compiled
2222
# PDF. Note, this should be the same directory as the input
2323
# paper.md
24-
path: paper.pdf
24+
path: paper/paper.pdf
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)