Skip to content

Commit

Permalink
added joss manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
fxjung committed Dec 4, 2023
1 parent 03ab6ab commit 2ffb33f
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/joss-draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: JOSS draft

on:
- push

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: joss/paper.md
- name: Upload
uses: actions/upload-artifact@v3
with:
name: paper
path: joss/paper.pdf
Loading

0 comments on commit 2ffb33f

Please sign in to comment.