Skip to content

Commit 751084d

Browse files
committed
docs: remove strict flag from MkDocs build command for flexibility
1 parent 707c920 commit 751084d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install mkdocs mkdocs-material pymdown-extensions mkdocstrings[python] mkdocs-static-i18n
2323
2424
- name: Build MkDocs into site/docs
25-
run: mkdocs build --strict
25+
run: mkdocs build
2626

2727
- name: Add landing to site/
2828
run: |

0 commit comments

Comments
 (0)