Skip to content

Commit

Permalink
[fix](build): --to pfa, not pdfa
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 df36cb0 commit a7793b4
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 @@ -46,7 +46,7 @@ jobs:
# --verbose \ # debug
# --output output/${FILE_NAME}.tex $f
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
pandoc --verbose --standalone --from markdown --to pdfa --output output/${FILE_NAME}.pdf $f
pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
git add output/${FILE_NAME}.pdf
done
Expand Down

0 comments on commit a7793b4

Please sign in to comment.