Skip to content

Commit bb8cd92

Browse files
testing build_pdf yml on empty paper
1 parent 9265e60 commit bb8cd92

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/build_pdf.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Compile JOSS Paper
2+
on: [push]
3+
4+
jobs:
5+
paper:
6+
runs-on: ubuntu-latest
7+
name: Paper Draft
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v2
11+
- name: Build draft PDF
12+
uses: openjournals/openjournals-draft-action@master
13+
with:
14+
journal: joss
15+
paper-path: docs/paper.md
16+
- name: Upload
17+
uses: actions/upload-artifact@v4
18+
with:
19+
name: paper
20+
path: docs/paper.pdf
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)