From 0626fca2d6e20fc055d491eca4cba46957960452 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Wed, 26 Jun 2024 03:39:51 +0900 Subject: [PATCH] disable linkcheck --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee2735b..c8355f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'