Skip to content

Commit

Permalink
Disable link checker for now
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 28, 2024
1 parent a1cb63a commit 4903b1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4903b1c

Please sign in to comment.