Skip to content

ci: add strict MkDocs build check#6

Open
stablegenius49 wants to merge 1 commit into
agent-intent:mainfrom
stablegenius49:ci/add-docs-build-gate
Open

ci: add strict MkDocs build check#6
stablegenius49 wants to merge 1 commit into
agent-intent:mainfrom
stablegenius49:ci/add-docs-build-gate

Conversation

@stablegenius49

Copy link
Copy Markdown

Summary

Adds a docs build gate to CI to align quality checks with the changelog claim and catch docs regressions early.

Changes

  • Adds docs job to .github/workflows/ci.yml
    • Python 3.13 setup
    • install docs deps (pip install -e ".[docs]")
    • run mkdocs build --strict

Why

Issue #3 noted that changelog mentions docs build quality gates, but current CI only runs lint+tests.

Closes #3

Signed-off-by: Stable Genius <259448942+stablegenius49@users.noreply.github.com>
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.

ci: add docs build check or align changelog wording

1 participant