From 4903b1c57d49189392665293e193d192b3219235 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Wed, 28 Aug 2024 11:02:19 -0700 Subject: [PATCH] Disable link checker for now --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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