We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d12602 commit 2000b0cCopy full SHA for 2000b0c
1 file changed
.github/workflows/draft-pdf.yml
@@ -0,0 +1,20 @@
1
+name: Draft PDF
2
+on: [push]
3
+
4
+jobs:
5
+ paper:
6
+ runs-on: ubuntu-latest
7
+ name: Paper Draft
8
+ steps:
9
+ - name: Checkout
10
+ uses: actions/checkout@v4
11
+ - name: Build draft PDF
12
+ uses: openjournals/openjournals-draft-action@master
13
+ with:
14
+ journal: joss
15
+ paper-path: paper.md
16
+ - name: Upload
17
+ uses: actions/upload-artifact@v4
18
19
+ name: paper
20
+ path: paper.pdf
0 commit comments