mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
The mlsysim/docs/slides.qmd page links to tutorial_module1-4.pdf as download buttons. These PDFs are not committed to the repo — they are built from mlsysim/tutorial/slides/*.tex by mlsysim-build-pdfs.yml and copied into mlsysim/ on gh-pages by mlsysim-update-pdfs.yml at deploy. The check-internal-links hook already has CI_INJECTED_BASENAMES for this exact pattern (mlsysim-paper.pdf is the established precedent). Added the four tutorial-module basenames to the same set so the hook stops flagging them as broken local links. Comment updated to name both workflows that produce the artifacts, so future maintainers can trace the build pipeline from this allowlist.