From 7f85e465377f8b82be671985c2211e8a61209033 Mon Sep 17 00:00:00 2001 From: Valentin LE BESCOND Date: Mon, 18 Nov 2024 15:39:39 +0100 Subject: [PATCH] fix output paper path --- .github/workflows/joss-draft-paper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/joss-draft-paper.yml b/.github/workflows/joss-draft-paper.yml index aef1ad58e..18aa58288 100644 --- a/.github/workflows/joss-draft-paper.yml +++ b/.github/workflows/joss-draft-paper.yml @@ -27,4 +27,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.pdf \ No newline at end of file + path: paper/paper.pdf \ No newline at end of file