Skip to content

Commit

Permalink
[fix](build): --to context, mtxrun (#132)
Browse files Browse the repository at this point in the history
* [fix](build): --to pfa, not pdfa

Signed-off-by: Ralph Hightower <[email protected]>

* [fix](build): Update pandoc.yml(try context, mtxrun!

Signed-off-by: Ralph Hightower <[email protected]>

---------

Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 8, 2025
1 parent df36cb0 commit d28503d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ 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
pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.tex $f
mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
git add output/${FILE_NAME}.pdf
done
Expand Down

0 comments on commit d28503d

Please sign in to comment.