Skip to content

new compilation attempt #34

new compilation attempt

new compilation attempt #34

Workflow file for this run

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