Opt into, rather than out of, linkcheck (#2180)

This makes it less of a hassle to render the book locally.
This commit is contained in:
Noah Lev 2024-12-30 01:22:22 -08:00 committed by GitHub
parent 6a8c200e6c
commit cc9a6fa552
3 changed files with 9 additions and 7 deletions

View file

@ -57,7 +57,7 @@ jobs:
cargo install mdbook-mermaid --version ${{ env.MDBOOK_MERMAID_VERSION }}
- name: Check build
run: mdbook build
run: ENABLE_LINKCHECK=1 mdbook build
- name: Deploy to gh-pages
if: github.event_name == 'push'