Skip to content

Commit f1dbfe1

Browse files
authored
CI: enable strict mode for mkdocs build to avoid deadlinks (#377)
1 parent 8ec16a3 commit f1dbfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
restore-keys: |
2828
mkdocs-material-
2929
- run: pip install -r requirements.txt
30-
- run: mkdocs gh-deploy --force
30+
- run: mkdocs gh-deploy --force --strict

0 commit comments

Comments
 (0)