blob: 27a3904d72ae5c4c0e5b0c22df2ca381d7d78ffb [file] [log] [blame]
BKleinberg20d2d3d2022-10-24 19:16:12 +02001on: [push]
2
3jobs:
4 paper:
5 runs-on: ubuntu-latest
6 name: Paper Draft
7 steps:
8 - name: Checkout
9 uses: actions/checkout@v2
10 - name: Build draft PDF
11 uses: openjournals/openjournals-draft-action@master
12 with:
13 journal: joss
14 # This should be the path to the paper within your repo.
BKleinberg76becac2022-10-24 19:17:50 +020015 paper-path: ./paper/paper.md
BKleinberg20d2d3d2022-10-24 19:16:12 +020016 - name: Upload
17 uses: actions/upload-artifact@v1
18 with:
19 name: paper
20 # This is the output path where Pandoc will write the compiled
21 # PDF. Note, this should be the same directory as the input
22 # paper.md
BKleinberga67845b2022-10-24 19:26:26 +020023 path: .paper/paper.pdf