Skip to content

Commit

Permalink
Merge pull request #47 from IDEMSInternational/joss_review
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
lilyclements authored Sep 21, 2024
2 parents 9e39918 + dd191af commit dcb73ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/draft-pdf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Draft PDF
on: [push]

jobs:
Expand All @@ -6,14 +7,15 @@ jobs:
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
path: paper.pdf

0 comments on commit dcb73ee

Please sign in to comment.