We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df9871 commit 3e2fd4fCopy full SHA for 3e2fd4f
1 file changed
.github/workflows/draft-pdf.yml
@@ -0,0 +1,24 @@
1
+name: Draft PDF
2
+on:
3
+ push:
4
+ branches: [joss_submission]
5
+ paths:
6
+ - 'joss/**'
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 draft PDF
16
+ uses: openjournals/openjournals-draft-action@v1.0
17
+ with:
18
+ journal: joss
19
+ paper-path: joss/paper.md
20
+ - name: Upload
21
+ uses: actions/upload-artifact@v4
22
23
+ name: paper
24
+ path: joss/paper.pdf
0 commit comments