disable linkcheck

pull/464/head
nomicon-kr 9 months ago committed by GitHub
parent 369febb70c
commit 0626fca2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,12 +27,12 @@ jobs:
# path: linkchecker # path: linkchecker
# key: linkchecker-${{ runner.os }} # key: linkchecker-${{ runner.os }}
- name: Install linkcheck and Check links # - name: Install linkcheck and Check links
# if: steps.cache.outputs.cache-hit != 'true' # # if: steps.cache.outputs.cache-hit != 'true'
run: | # run: |
curl -sSLo linkcheck.sh \ # curl -sSLo linkcheck.sh \
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh # https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
sh linkcheck.sh --all nomicon # sh linkcheck.sh --all nomicon
# - name: Check links # - name: Check links
# if: steps.cache.outputs.cache-hit == 'true' # if: steps.cache.outputs.cache-hit == 'true'

Loading…
Cancel
Save