From 3b0daff2a20e534edce8138ff98c37aaba16d06a Mon Sep 17 00:00:00 2001 From: robcaulk Date: Tue, 11 Oct 2022 20:06:46 +0200 Subject: [PATCH] ensure compiled pdf is written to dir --- .github/workflows/draft-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 92b469b36..3a7d21f5b 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -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: paper.pdf \ No newline at end of file + path: docs/JOSS_paper/paper.pdf \ No newline at end of file