From e6787790590fa8c2dd972317ede859e63a47ac0b Mon Sep 17 00:00:00 2001 From: Dingcheng Date: Mon, 14 Aug 2023 15:58:56 -0500 Subject: [PATCH] corrected yml --- .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 3279d21..f85b711 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 + path: paper/paper.pdf