Skip to content

Commit c35793d

Browse files
authored
Merge pull request #8 from Jonahnki/paper
Paper
2 parents ae408f9 + 5f9df15 commit c35793d

7 files changed

Lines changed: 2136 additions & 1449 deletions

File tree

.github/workflows/draft-pdf.yml

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

fig1.png

85.3 KB
Loading

fig2.png

141 KB
Loading

0 commit comments

Comments
 (0)