Skip to content

Commit

Permalink
Revert to draft PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahlbom committed Dec 23, 2024
1 parent 51593f8 commit 890837f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: TeX and PDF
- name: 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
args: '-k joss/paper.md'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
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
path: joss/
# 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 890837f

Please sign in to comment.