Skip to content

Commit a51633b

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

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

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

0 commit comments

Comments
 (0)