generated from eblume/project-template
C0: pin Quartz docs build to v4.5.2 (v5.0.0 broke build)
All checks were successful
Build / validate (push) Successful in 6m1s
All checks were successful
Build / validate (push) Successful in 6m1s
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
80f83cbba8
commit
ab6701d610
2 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ class HephaestusCi:
|
|||
"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",
|
||||
]
|
||||
|
|
|
|||
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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue