Update .github/workflows/main.yml

This commit is contained in:
Aaran Xu 2022-01-08 21:40:50 +08:00
parent 88604b04e5
commit a198f47fdd

View File

@ -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