From dc44e162512b0c5a7294cecd09b942cbfe9cd1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20B=C3=A9ranger?= Date: Mon, 19 Aug 2024 18:46:58 +0200 Subject: [PATCH] fix draft-paper path --- .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 dba4544..1dd444e 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -25,4 +25,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 + path: paper/paper.pdf