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:
parent
2148714584
commit
29e0f012cd
2 changed files with 5 additions and 0 deletions
1
docs/changelog.d/+pin-quartz-v4.bugfix.md
Normal file
1
docs/changelog.d/+pin-quartz-v4.bugfix.md
Normal 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`.
|
||||||
|
|
@ -80,6 +80,10 @@ class Blumeops:
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
"--depth=1",
|
"--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",
|
"https://github.com/jackyzha0/quartz.git",
|
||||||
"/tmp/quartz",
|
"/tmp/quartz",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue