mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[GH-ISSUE #915] QuartoBuild workflow should use our GhostScript compression script for consistency #1626
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Aug 3, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/915
The QuartoBuild workflow currently uses its own GhostScript compression command instead of the custom script that we wrote. For consistency across the project, we should update the workflow to use our script. We'll address this in the future.
@profvjreddi commented on GitHub (Aug 23, 2025):
GhostScript compression has been integrated into the build workflows.
Key commits:
0250f106: Integrate professional compression scripts into build pipelinesdcba8d7c: Correct PDF compression script paths92b76c6c: Update EPUB compression to use optimized defaults1a6dfdb5: Move publish scripts to quarto/publish/ for better architectureThe workflows now use consistent compression scripts for both PDF and EPUB outputs.