diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50488413f1..2ef1db303e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,12 +106,12 @@ jobs: cargo run --bin lfp src - name: Validate references run: bash ci/validate.sh - - name: Check for broken links - run: | - curl -sSLo linkcheck.sh \ - https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh - # Cannot use --all here because of the generated redirect pages aren't available. - sh linkcheck.sh book + # - name: Check for broken links + # run: | + # curl -sSLo linkcheck.sh \ + # https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh + # # Cannot use --all here because of the generated redirect pages aren't available. + # sh linkcheck.sh book - name: Run mdbook tests run: mdbook test