diff --git a/.dagger/src/project_template_ci/main.py b/.dagger/src/project_template_ci/main.py index df47c43..79e00b1 100644 --- a/.dagger/src/project_template_ci/main.py +++ b/.dagger/src/project_template_ci/main.py @@ -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", ]