Files
cs249r_book/.github
Vijay Janapa Reddi 4a58fce6ea fix: rewrite all Windows Docker steps to use file-based script execution
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.
2026-03-06 14:47:55 -05:00
..