Skip to content

Commit 36724a1

Browse files
committed
yml
1 parent 9b921d9 commit 36724a1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Draft PDF
2+
23
on:
34
push:
5+
paths:
6+
- paper/**
7+
- .github/workflows/draft-pdf.yml
48
workflow_dispatch:
59

610
jobs:
@@ -10,11 +14,14 @@ jobs:
1014
steps:
1115
- name: Checkout
1216
uses: actions/checkout@v4
17+
with:
18+
ref: Paper_nebTexPlug
1319
- name: Build draft PDF
1420
uses: openjournals/openjournals-draft-action@master
1521
with:
1622
journal: joss
1723
# This should be the path to the paper within your repo.
24+
name: paper
1825
paper-path: paper/paper.md
1926
- name: Upload
2027
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)