mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2025-12-05 19:17:28 -06:00
All compression steps (PDF and EPUB, both Linux and Windows) now use the correct working-directory path by prepending BOOK_ROOT to the output_dir. This fixes the 'No such file or directory' errors when trying to compress build artifacts. The output_dir from the build step is relative (e.g., '_build/epub'), but needs to be accessed from BOOK_ROOT (e.g., 'book/_build/epub') after the repository restructuring.