Skip to content

Commit

Permalink
ci(docs): no strict mode (#826)
Browse files Browse the repository at this point in the history
We can allow to live without strict mode for now.
  • Loading branch information
artemrys authored Apr 26, 2024
1 parent b41129d commit b789bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install mkdocs mkdocs-material mkdocstrings-python
- name: Deploy to GitHub Pages
if: github.ref_name == 'main'
run: mkdocs gh-deploy --force --strict
run: mkdocs gh-deploy --force
- name: Build Docs
if: github.ref_name != 'main'
run: mkdocs build

0 comments on commit b789bb4

Please sign in to comment.