File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Checkout source
1717 uses : actions/checkout@v4
1818 with :
19+ ref : ${{ github.ref }}
1920 fetch-depth : 0
2021
2122 - name : Set up Python
3132 - name : Install Python dependencies
3233 run : pip install reportlab pygments fonttools
3334
34- - name : Convert Inter fonts (OTF → TTF for ReportLab)
35+ - name : Convert Inter fonts (OTF to TTF for ReportLab)
3536 run : python scripts/convert_fonts.py
3637
3738 - name : Get tag name
7374 "" \
7475 "This branch contains auto-generated PDF builds of the book." \
7576 "" \
76- "Each push to main produces two PDFs:" \
77- "- gitbyexample-COMMIT -light.pdf — Light edition " \
78- "- gitbyexample-COMMIT -dark.pdf — Dark edition " \
77+ "Each tag produces two PDFs:" \
78+ "- gitbyexample-TAG -light.pdf" \
79+ "- gitbyexample-TAG -dark.pdf" \
7980 "" \
8081 "Download the latest: check the most recent file below." \
8182 > README.md
You can’t perform that action at this time.
0 commit comments