Skip to content

Commit bec5151

Browse files
[info](build): more debug info(turn on pdf for runner debug) (#134)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 71a4b76 commit bec5151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pandoc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
# --output output/${FILE_NAME}.tex $f
4848
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
4949
# pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
50-
# pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.tex $f
51-
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
52-
# git add output/${FILE_NAME}.pdf
50+
pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.tex $f
51+
mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
52+
git add output/${FILE_NAME}.pdf
5353
done
5454
5555
- name: Build DOCX

0 commit comments

Comments
 (0)