Skip to content

Commit 0fa1322

Browse files
committed
feat(actions) add joss pdf compiler
1 parent 34a2b2c commit 0fa1322

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Draft JOSS PDF
2+
push:
3+
paths:
4+
- docs/joss_paper/**
5+
- .github/workflows/draft-pdf.yml
6+
7+
jobs:
8+
paper:
9+
runs-on: ubuntu-latest
10+
name: Paper Draft
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
- name: Build joss draft PDF
15+
uses: openjournals/openjournals-draft-action@master
16+
with:
17+
journal: joss
18+
paper-path: docs/joss_paper/paper.md
19+
- name: Upload
20+
uses: actions/upload-artifact@v4
21+
with:
22+
name: paper
23+
path: docs/joss_paper/paper.pdf

0 commit comments

Comments
 (0)