Skip to content

Update README.md

Update README.md #24

Workflow file for this run

name: "Build JOSS Paper Draft"
on:
push:
branches:
- 'main'
jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v2
- name: TeX and PDF
uses: docker://openjournals/paperdraft:latest
with:
args: '-k joss/paper.md'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: joss/