Skip to content

Commit 5fbe356

Browse files
authored
Add CI check to ensure docs build without warnings (#558)
Closes #554
1 parent 7349bab commit 5fbe356

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
- name: Run tests
8080
run: poetry run pytest
8181

82+
# Ensure docs build without warnings
83+
- name: Check docs
84+
if: matrix.python-version == 3.9
85+
run: poetry run mkdocs build --strict
86+
8287
- name: Cache pre-commit virtualenvs
8388
uses: actions/cache@v4
8489
if: matrix.python-version == 3.9

0 commit comments

Comments
 (0)