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:
parent
6a8c200e6c
commit
cc9a6fa552
3 changed files with 9 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue