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
# key: linkchecker-${{ runner.os }}
- name: Install linkcheck and Check links
# if: steps.cache.outputs.cache-hit != 'true'
run: |
curl -sSLo linkcheck.sh \
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
sh linkcheck.sh --all nomicon
# - name: Install linkcheck and Check links
# # if: steps.cache.outputs.cache-hit != 'true'
# run: |
# curl -sSLo linkcheck.sh \
# https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
# sh linkcheck.sh --all nomicon
# - name: Check links
# if: steps.cache.outputs.cache-hit == 'true'

Loading…
Cancel
Save