Skip to content

Commit 37a3be6

Browse files
committed
docs workflow: run mkdocs in strict mode
1 parent cede3d5 commit 37a3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: python3 -m pip install -U pip
2525
- run: python3 -m pip install -r docs/requirements.txt
2626
- run: python3 -m pip install .
27-
- run: mkdocs build
27+
- run: mkdocs build --strict -d site
2828
env:
2929
STAGPY_DOC_CONFIG: 1
3030
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)