Skip to content

Commit ea3d64d

Browse files
[info](build): debug verbose (#125)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent a35a4e9 commit ea3d64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pandoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
pandoc --standalone \ # --template styles/chmduquesne.tex \
4343
--from markdown --to context \
4444
--variable papersize=letter \
45+
--verbose \ # debug
4546
--output output/${FILE_NAME}.tex $f
4647
mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
4748
git add ${FILE_NAME}.pdf

0 commit comments

Comments
 (0)