Skip to content

Commit

Permalink
Try to capture TeX
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahlbom committed Dec 23, 2024
1 parent c3c3122 commit 02cf1d2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
- name: TeX and PDF
# uses: openjournals/openjournals-draft-action@master
uses: docker://openjournals/paperdraft:latest
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: joss/paper.md
# 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@v4
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
# # 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 02cf1d2

Please sign in to comment.