C0: pin Quartz docs build to v4.5.2 (v5.0.0 broke build)

The Dagger build_docs pipeline cloned Quartz from the default branch
unpinned. Quartz v5.0.0 restructured its config layout (.quartz/plugins,
../quartz imports), breaking the docs build against our existing
quartz.config.ts / quartz.layout.ts. Pin the clone to the last v4
release (v4.5.2) to restore known-good behavior.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-06-03 21:39:41 -07:00
commit 29e0f012cd
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Pin the Quartz docs build to v4.5.2. The Dagger `build_docs` pipeline cloned Quartz from the default branch unpinned; Quartz v5.0.0 restructured its config layout (`.quartz/plugins`, `../quartz` imports) and broke the docs build against our existing `quartz.config.ts`/`quartz.layout.ts`.

View file

@ -80,6 +80,10 @@ class Blumeops:
"git",
"clone",
"--depth=1",
# Pin to last v4 release. v5.0.0 restructured config
# layout (.quartz/plugins, ../quartz imports) and breaks
# our quartz.config.ts/quartz.layout.ts. See changelog.
"--branch=v4.5.2",
"https://github.com/jackyzha0/quartz.git",
"/tmp/quartz",
]