Skip to content

Commit 7284532

Browse files
committed
ci: add mkdocs build --strict step
The docs have just been cleaned so the MkDocs site builds strictly with zero warnings. Wire it into the lint-and-test matrix so any future link rot, broken ``:::`` reference, or missing nav entry aborts CI instead of silently degrading the hosted docs.
1 parent 537ae84 commit 7284532

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737

3838
- name: Run tests
3939
run: uv run pytest -q
40+
41+
- name: MkDocs strict build
42+
run: uv run mkdocs build --clean --strict

0 commit comments

Comments
 (0)