Skip to content

Commit

Permalink
[info](build): more debug info(turn on pdf for runner debug)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 9, 2025
1 parent 71a4b76 commit 33281cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
# --output output/${FILE_NAME}.tex $f
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
# pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
# pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.tex $f
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
# git add output/${FILE_NAME}.pdf
pandoc --verbose --standalone --from markdown --to pdf --output output/${FILE_NAME}.tex $f
mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
git add output/${FILE_NAME}.pdf
done
- name: Build DOCX
Expand Down

0 comments on commit 33281cb

Please sign in to comment.