Skip to content

Commit 1681753

Browse files
[fix](build): see if pdfa works for images
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 28928c8 commit 1681753

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
@@ -46,7 +46,7 @@ jobs:
4646
# --verbose \ # debug
4747
# --output output/${FILE_NAME}.tex $f
4848
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
49-
pandoc --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
49+
pandoc --standalone --from markdown --to pdfa --output output/${FILE_NAME}.pdf $f
5050
git add output/${FILE_NAME}.pdf
5151
done
5252

0 commit comments

Comments
 (0)