Skip to content

Commit 0626fca

Browse files
authored
disable linkcheck
1 parent 369febb commit 0626fca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
# path: linkchecker
2828
# key: linkchecker-${{ runner.os }}
2929

30-
- name: Install linkcheck and Check links
31-
# if: steps.cache.outputs.cache-hit != 'true'
32-
run: |
33-
curl -sSLo linkcheck.sh \
34-
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
35-
sh linkcheck.sh --all nomicon
30+
# - name: Install linkcheck and Check links
31+
# # if: steps.cache.outputs.cache-hit != 'true'
32+
# run: |
33+
# curl -sSLo linkcheck.sh \
34+
# https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
35+
# sh linkcheck.sh --all nomicon
3636

3737
# - name: Check links
3838
# if: steps.cache.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)