Build with strict mode

This commit is contained in:
Andriy Kushnir (Orhideous) 2023-04-01 22:23:48 +03:00 committed by Juan Font
parent dd9b4b1cb7
commit 4ec6894773
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup dependencies
run: pip install mkdocs-material pillow cairosvg mkdocs-minify-plugin
- name: Build docs
run: mkdocs build
run: mkdocs build --strict
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: