We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c920 commit 751084dCopy full SHA for 751084d
.github/workflows/deploy-docs.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install mkdocs mkdocs-material pymdown-extensions mkdocstrings[python] mkdocs-static-i18n
23
24
- name: Build MkDocs into site/docs
25
- run: mkdocs build --strict
+ run: mkdocs build
26
27
- name: Add landing to site/
28
run: |
0 commit comments