Skip to content

Commit

Permalink
Added GH action to build pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Oct 3, 2023
1 parent 57b67d5 commit 24c0172
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
affiliations:
- name: Department of Biology, Stanford University, CA, USA
index: 1
- name: For correspondance, contact `[email protected]`
- name: For correspondence, contact `[email protected]`
index: "*"
date: 01 October 2023
bibliography: paper.bib
Expand Down
Binary file modified paper.pdf
Binary file not shown.

0 comments on commit 24c0172

Please sign in to comment.