Skip to content

Commit b789bb4

Browse files
authored
ci(docs): no strict mode (#826)
We can allow to live without strict mode for now.
1 parent b41129d commit b789bb4

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
@@ -23,7 +23,7 @@ jobs:
2323
pip install mkdocs mkdocs-material mkdocstrings-python
2424
- name: Deploy to GitHub Pages
2525
if: github.ref_name == 'main'
26-
run: mkdocs gh-deploy --force --strict
26+
run: mkdocs gh-deploy --force
2727
- name: Build Docs
2828
if: github.ref_name != 'main'
2929
run: mkdocs build

0 commit comments

Comments
 (0)