From ab252bdc35f685d081376d7ec3ce04701d0f4441 Mon Sep 17 00:00:00 2001 From: gonzaloparradohernando Date: Wed, 17 Jul 2024 18:26:31 +0200 Subject: [PATCH] solving errors --- .github/workflows/example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 573bbb0..9fb6567 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -15,7 +15,7 @@ jobs: with: journal: joss # This should be the path to the paper within your repo. - paper-path: paper/paper.md + paper-path: paper/example.md - name: Upload uses: actions/upload-artifact@v4 with: @@ -23,4 +23,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/example.pdf \ No newline at end of file