Skip to content

Commit df36cb0

Browse files
[info](build): verbose (#131)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 0fdd1a5 commit df36cb0

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 pdfa --output output/${FILE_NAME}.pdf $f
49+
pandoc --verbose --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)