From 5410cd84311f5fe22a8ff91a199557a22543fb66 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:19:03 -0500 Subject: [PATCH] [fix](build): GitHub Copilot suggestion (#129) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/pandoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index 43c7b92..9fcf379 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -47,7 +47,7 @@ jobs: # --output output/${FILE_NAME}.tex $f # mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex pandoc --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f - git add ${FILE_NAME}.pdf + git add output/${FILE_NAME}.pdf done - name: Build DOCX