Skip to content

Fixed link to Figure 3 script, as identified by @florian-huber #9

Fixed link to Figure 3 script, as identified by @florian-huber

Fixed link to Figure 3 script, as identified by @florian-huber #9

Workflow file for this run

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