Edits to the paper suggested by Thomas Helfer (#66) #192
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JOSS Paper | |
on: [push] | |
jobs: | |
paper: | |
runs-on: ubuntu-latest | |
name: JOSS Paper | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Build draft PDF | |
uses: openjournals/openjournals-draft-action@master | |
with: | |
journal: joss | |
paper-path: paper/paper.md | |
- name: Upload | |
uses: actions/upload-artifact@v4 | |
with: | |
name: JOSS Paper | |
path: paper/paper.pdf |