Skip to content

Commit 18ac2f3

Browse files
committed
yml
1 parent 36724a1 commit 18ac2f3

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Draft PDF
2-
3-
on:
4-
push:
5-
paths:
6-
- paper/**
7-
- .github/workflows/draft-pdf.yml
8-
workflow_dispatch:
2+
on: [push]
93

104
jobs:
115
paper:
@@ -14,14 +8,11 @@ jobs:
148
steps:
159
- name: Checkout
1610
uses: actions/checkout@v4
17-
with:
18-
ref: Paper_nebTexPlug
1911
- name: Build draft PDF
2012
uses: openjournals/openjournals-draft-action@master
2113
with:
2214
journal: joss
2315
# This should be the path to the paper within your repo.
24-
name: paper
2516
paper-path: paper/paper.md
2617
- name: Upload
2718
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)