Skip to content

Commit

Permalink
Update draft-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radicamc authored Jul 24, 2024
1 parent 494ccdc commit 41022f2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
- name: TeX and PDF
uses: docker://openjournals/paperdraft:latest
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: joss/paper.md
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/paper.pdf
path: joss/

0 comments on commit 41022f2

Please sign in to comment.