Skip to content

Commit b80e24d

Browse files
committed
build paper
1 parent f4f9979 commit b80e24d

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

.github/workflows/python-publish.yml

+21
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,24 @@ jobs:
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.

papers/README.md

-1
This file was deleted.

0 commit comments

Comments
 (0)