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 b41129d commit b789bb4Copy full SHA for b789bb4
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install mkdocs mkdocs-material mkdocstrings-python
24
- name: Deploy to GitHub Pages
25
if: github.ref_name == 'main'
26
- run: mkdocs gh-deploy --force --strict
+ run: mkdocs gh-deploy --force
27
- name: Build Docs
28
if: github.ref_name != 'main'
29
run: mkdocs build
0 commit comments