Skip to content

ci: gate the strict docs build in ci-ok via the quality job#49

Merged
jeqcho merged 1 commit into
mainfrom
ci/gate-docs-build
Jul 14, 2026
Merged

ci: gate the strict docs build in ci-ok via the quality job#49
jeqcho merged 1 commit into
mainfrom
ci/gate-docs-build

Conversation

@jeqcho

@jeqcho jeqcho commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Same gap the kitchenbench docs-site review flagged (robocurve/kitchenbench#21): docs.yml's build job is in a different workflow, so it can't be added to ci-ok's needs list, meaning a PR that breaks mkdocs build --strict (a dead internal link, say) merges green and only fails later on main with no alert. Running the strict build inside the quality job puts it behind the required check.

Verified locally: uv sync --locked --extra dev --extra docs + uv run mkdocs build --strict passes.

🤖 Generated with Claude Code

docs.yml's build job lives in a different workflow, so it can't join
ci-ok's needs list and a broken strict docs build could merge green.
Mirrors the same fix in kitchenbench.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jeqcho
jeqcho merged commit d291bde into main Jul 14, 2026
20 checks passed
@jeqcho
jeqcho deleted the ci/gate-docs-build branch July 14, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant