Skip to content

add sentence on installation & libraries, add title #2

add sentence on installation & libraries, add title

add sentence on installation & libraries, add title #2

Workflow file for this run

on:
push:
branches:
- josspaper
jobs:
paper:
runs-on: ubuntu-latest
name: Render 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