Skip to content

Commit 772d5c9

Browse files
committed
Moved paper into a directory
1 parent 942aa90 commit 772d5c9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/joss.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: JOSS article compilation
2-
on: [push]
2+
on:
3+
push:
4+
paths:
5+
- paper/**
6+
- images/schematic.png
7+
- .github/workflows/draft-pdf.yml
38

49
jobs:
510
paper:
@@ -13,12 +18,12 @@ jobs:
1318
with:
1419
journal: joss
1520
# This should be the path to the paper within your repo.
16-
paper-path: paper.md
21+
paper-path: paper/paper.md
1722
- name: Upload
1823
uses: actions/upload-artifact@v4
1924
with:
2025
name: paper
2126
# This is the output path where Pandoc will write the compiled
2227
# PDF. Note, this should be the same directory as the input
2328
# paper.md
24-
path: paper.pdf
29+
path: paper/paper.pdf
File renamed without changes.

paper.md renamed to paper/paper.md

File renamed without changes.

0 commit comments

Comments
 (0)