From b3318ea6dc9003090fd5bcd2e5cf442663958d02 Mon Sep 17 00:00:00 2001 From: Kevin Kramer Date: Mon, 4 Dec 2023 17:11:58 +0100 Subject: [PATCH] workflow debug 2 --- .github/workflows/joss.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/joss.yaml b/.github/workflows/joss.yaml index 71ef2f9..895236b 100644 --- a/.github/workflows/joss.yaml +++ b/.github/workflows/joss.yaml @@ -14,11 +14,11 @@ jobs: with: journal: joss # This should be the path to the paper within your repo. - paper-path: paper/paper.md + paper-path: joss_paper/paper.md - 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 - path: paper/paper.md + path: joss_paper/paper.md