We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b921d9 commit 36724a1Copy full SHA for 36724a1
1 file changed
.github/workflows/draft-pdf.yml
@@ -1,6 +1,10 @@
1
name: Draft PDF
2
+
3
on:
4
push:
5
+ paths:
6
+ - paper/**
7
+ - .github/workflows/draft-pdf.yml
8
workflow_dispatch:
9
10
jobs:
@@ -10,11 +14,14 @@ jobs:
14
steps:
11
15
- name: Checkout
12
16
uses: actions/checkout@v4
17
+ with:
18
+ ref: Paper_nebTexPlug
13
19
- name: Build draft PDF
20
uses: openjournals/openjournals-draft-action@master
21
with:
22
journal: joss
23
# This should be the path to the paper within your repo.
24
+ name: paper
25
paper-path: paper/paper.md
26
- name: Upload
27
uses: actions/upload-artifact@v4
0 commit comments