Skip to content

Commit

Permalink
Add debug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quangloc99 committed Feb 9, 2024
1 parent 959e797 commit a3a15cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Generate PDF first pass
run: make render-pdf

- name: cat TOC
run: cat src/*.toc

- name: Generate PDF second pass (for TOC)
run: make render-pdf

Expand Down

0 comments on commit a3a15cb

Please sign in to comment.