We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942aa90 commit 772d5c9Copy full SHA for 772d5c9
.github/workflows/joss.yaml
@@ -1,5 +1,10 @@
1
name: JOSS article compilation
2
-on: [push]
+on:
3
+ push:
4
+ paths:
5
+ - paper/**
6
+ - images/schematic.png
7
+ - .github/workflows/draft-pdf.yml
8
9
jobs:
10
paper:
@@ -13,12 +18,12 @@ jobs:
13
18
with:
14
19
journal: joss
15
20
# This should be the path to the paper within your repo.
16
- paper-path: paper.md
21
+ paper-path: paper/paper.md
17
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
- path: paper.pdf
29
+ path: paper/paper.pdf
paper.bib renamed to paper/paper.bib
paper.md renamed to paper/paper.md
0 commit comments