Skip to content

Commit

Permalink
disable strict mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Nov 5, 2023
1 parent dca7409 commit 74a1bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
mkdocs-material-
- run: pip install -r requirements.txt
working-directory: docs
- run: mkdocs build --verbose --strict
# - run: mkdocs build --verbose --strict
- run: mkdocs build --verbose
working-directory: docs
- uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 74a1bc2

Please sign in to comment.