File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Draft PDF
2
- on : [push]
2
+ on :
3
+ push :
4
+ paths :
5
+ - joss/**
6
+ - .github/workflows/draft-pdf.yml
3
7
4
8
jobs :
5
9
paper :
8
12
steps :
9
13
- name : Checkout
10
14
uses : actions/checkout@v4
15
+
11
16
- name : Build draft PDF
12
- uses : openjournals/openjournals-draft-action @master
17
+ uses : openjournals/openjournals-draft-pdf @master
13
18
with :
14
19
journal : joss
15
- # This should be the path to the paper within your repo.
16
20
paper-path : joss/paper_sparse.md
17
- - name : Upload
21
+
22
+ - name : Upload PDF
18
23
uses : actions/upload-artifact@v4
19
24
with :
20
25
name : paper_sparse
21
- # This is the output path where Pandoc will write the compiled
22
- # PDF. Note, this should be the same directory as the input
23
- # paper.md
24
26
path : joss/paper_sparse.pdf
You can’t perform that action at this time.
0 commit comments