From 0de811ecd86c6ff87acb6af30c0d2d85b2b553e8 Mon Sep 17 00:00:00 2001 From: Jonas Schuhmacher Date: Wed, 11 Oct 2023 19:49:13 +0200 Subject: [PATCH] checkout lfs png content --- .github/workflows/draft-pdf.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index b89cda1..837c550 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -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: @@ -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 \ No newline at end of file + path: paper/paper.pdf