Skip to content

Commit

Permalink
[fix](build): GitHub Copilot suggestion (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 8, 2025
1 parent 9ae0194 commit 5410cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5410cd8

Please sign in to comment.