We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36724a1 commit 18ac2f3Copy full SHA for 18ac2f3
1 file changed
.github/workflows/draft-pdf.yml
@@ -1,11 +1,5 @@
1
name: Draft PDF
2
-
3
-on:
4
- push:
5
- paths:
6
- - paper/**
7
- - .github/workflows/draft-pdf.yml
8
- workflow_dispatch:
+on: [push]
9
10
jobs:
11
paper:
@@ -14,14 +8,11 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
- with:
18
- ref: Paper_nebTexPlug
19
- name: Build draft PDF
20
12
uses: openjournals/openjournals-draft-action@master
21
13
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