Skip to content

Commit

Permalink
feat: add strict building to docs (#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Oct 21, 2024
1 parent 65f3799 commit 59593f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: 3.x
- run: pip install -r doc-requirements.txt
- run: mkdocs build
- run: mkdocs build --strict
- uses: actions/upload-pages-artifact@v2
with:
path: site/
Expand Down

0 comments on commit 59593f2

Please sign in to comment.