From ae058be48bd0fa53c14704075aa71fc39abaee56 Mon Sep 17 00:00:00 2001 From: Gerd Steinebach <64948537+gstein3m@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:30:39 +0200 Subject: [PATCH] Update draft-pdf.yml --- .github/workflows/draft-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 6e53473..51e1935 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -12,7 +12,7 @@ jobs: with: journal: joss # This should be the path to the paper within your repo. - paper-path: RosenbrockMethods/paper + paper-path: RosenbrockMethods/tree/main/paper - name: Upload uses: actions/upload-artifact@v1 with: @@ -20,4 +20,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: RosenbrockMethods/paper + path: RosenbrockMethods/tree/main/paper