Skip to content

Commit

Permalink
checkout lfs png content
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Oct 11, 2023
1 parent 2566610 commit 0de811e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ name: JOSS paper compiler
on:
push:
paths:
- 'paper/paper.md'
- 'paper/paper.bib'
- "paper/paper.md"
- "paper/paper.bib"
workflow_dispatch:

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
Expand All @@ -27,4 +29,4 @@ jobs:
# 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: paper/paper.pdf
path: paper/paper.pdf

0 comments on commit 0de811e

Please sign in to comment.