Skip to content

Commit 88fee56

Browse files
committed
Docs: Don't do --strict with deploy
1 parent f791eb1 commit 88fee56

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
@@ -43,7 +43,7 @@ jobs:
4343
pip install mkdocs-include-markdown-plugin
4444
4545
- name: Build documentation
46-
run: mkdocs build --strict
46+
run: mkdocs build
4747

4848
- name: Deploy to GitHub Pages
4949
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)