mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
Replace pipe-based PowerShell execution (`$script | docker run ... -Command -`) with file-based execution (`docker run ... -File script.ps1`) for all Windows Docker steps: preflight, build, PDF compress, and EPUB compress. The pipe pattern swallows container stdout and doesn't propagate exit codes, causing builds to appear successful without actually rendering content.