File tree Expand file tree Collapse file tree 5 files changed +21
-1
lines changed
Expand file tree Collapse file tree 5 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3636 uses : pypa/gh-action-pypi-publish@master
3737 with :
3838 password : ${{ secrets.PYPI_API_TOKEN }}
39+
40+ paper :
41+ runs-on : ubuntu-latest
42+ name : Paper Draft
43+ steps :
44+ - name : Checkout
45+ uses : actions/checkout@v2
46+ - name : Build draft PDF
47+ uses : openjournals/openjournals-draft-action@master
48+ with :
49+ journal : joss
50+ # This should be the path to the paper within your repo.
51+ paper-path : papers
52+ - name : Upload
53+ uses : actions/upload-artifact@v1
54+ with :
55+ name : paper
56+ # This is the output path where Pandoc will write the compiled
57+ # PDF. Note, this should be the same directory as the input
58+ # paper.md
59+ path : paper.pdf
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments