File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- name : draft-paper
1+ name : Paper Draft
22on :
33 workflow_dispatch :
44 pull_request :
5- branches : [master ]
5+ branches : [paper/** ]
66 push :
7- branches : [paper]
7+ branches : [master]
8+ paths : [paper/**]
89
910jobs :
1011 paper :
1112 runs-on : ubuntu-latest
12- name : Paper Draft
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v3
1616 - name : Build draft PDF
1717 uses : openjournals/openjournals-draft-action@master
1818 with :
1919 journal : joss
20- # This should be the path to the paper within your repo.
2120 paper-path : paper/paper.md
2221 - name : Upload
23- uses : actions/upload-artifact@v1
22+ uses : actions/upload-artifact@v3
2423 with :
2524 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
2925 path : paper/paper.pdf
You can’t perform that action at this time.
0 commit comments