Pin Quartz docs build to v4.5.2 (v5.0.0 broke build)
Some checks failed
Build / validate (push) Failing after 4s
Some checks failed
Build / validate (push) Failing after 4s
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 the existing quartz.config.ts / quartz.layout.ts. Pin the clone to the last v4 release (v4.5.2) so generated projects build cleanly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
03c00a7f6c
commit
5ec3e02787
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ class ProjectTemplateCi:
|
|||
"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.
|
||||
"--branch=v4.5.2",
|
||||
"https://github.com/jackyzha0/quartz.git",
|
||||
"/tmp/quartz",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue