Skip to content

Commit

Permalink
[info](build): verbose (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 8, 2025
1 parent 0fdd1a5 commit df36cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# --verbose \ # debug
# --output output/${FILE_NAME}.tex $f
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
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
git add output/${FILE_NAME}.pdf
done
Expand Down

0 comments on commit df36cb0

Please sign in to comment.