We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369febb commit 0626fcaCopy full SHA for 0626fca
.github/workflows/main.yml
@@ -27,12 +27,12 @@ jobs:
27
# path: linkchecker
28
# key: linkchecker-${{ runner.os }}
29
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
+ # - 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
36
37
# - name: Check links
38
# if: steps.cache.outputs.cache-hit == 'true'
0 commit comments