Skip to content

Commit

Permalink
don't build mkdocs with --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 15, 2023
1 parent c291b31 commit acc08aa
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 @@ -41,7 +41,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt
- run: mkdocs build --verbose --strict
- run: mkdocs build --verbose
- uses: actions/upload-pages-artifact@v1
with:
path: 'site'
Expand Down

0 comments on commit acc08aa

Please sign in to comment.