From 30b2eb85d7d5020936ad4fb8173273a90c33655a Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sat, 22 Jun 2024 13:33:25 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2206d0..ee2735b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,22 +20,22 @@ jobs: - name: Run tests run: mdbook test - - name: Cache/Restore linkcheck - id: cache - uses: actions/cache@v4.0.2 - with: - path: linkchecker - key: linkchecker-${{ runner.os }} + # - name: Cache/Restore linkcheck + # id: cache + # uses: actions/cache@v4.0.2 + # with: + # path: linkchecker + # key: linkchecker-${{ runner.os }} - name: Install linkcheck and Check links - if: steps.cache.outputs.cache-hit != 'true' + # 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' - run: | - cd linkchecker - cargo run --release linkcheck + # - name: Check links + # if: steps.cache.outputs.cache-hit == 'true' + # run: | + # cd linkchecker + # cargo run --release linkcheck