Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- name: Build site
env:
DOCS_REF: ${{ github.event_name == 'push' && 'main' || github.sha }}
# --strict fails on a dead intra-docs link, a page missing from nav, or a
# bad anchor. See docs/_hooks/griffe_filter.py for the one warning class
# that is deliberately not counted.
# --strict fails on a dead intra-docs link, a page missing from nav, or
# a bad anchor. No warning class is exempt.
run: mkdocs build --strict --site-dir _site

- name: Upload artifact
Expand Down
Loading