Skip to content

Commit 5410cd8

Browse files
[fix](build): GitHub Copilot suggestion (#129)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 9ae0194 commit 5410cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pandoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# --output output/${FILE_NAME}.tex $f
4848
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
4949
pandoc --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
50-
git add ${FILE_NAME}.pdf
50+
git add output/${FILE_NAME}.pdf
5151
done
5252
5353
- name: Build DOCX

0 commit comments

Comments
 (0)