We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdd1a5 commit df36cb0Copy full SHA for df36cb0
.github/workflows/pandoc.yml
@@ -46,7 +46,7 @@ jobs:
46
# --verbose \ # debug
47
# --output output/${FILE_NAME}.tex $f
48
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
49
- pandoc --standalone --from markdown --to pdfa --output output/${FILE_NAME}.pdf $f
+ pandoc --verbose --standalone --from markdown --to pdfa --output output/${FILE_NAME}.pdf $f
50
git add output/${FILE_NAME}.pdf
51
done
52
0 commit comments