Files
cs249r_book/shared
Vijay Janapa Reddi bd3b2302ae Recognize tutorial_module{1..4}.pdf as CI-injected artifacts
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.
2026-05-28 21:20:07 -04:00
..