diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a58d100..162f922 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,9 +64,3 @@ 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