From aced7dcb2550cb7218b608e8990bdf440f037226 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sat, 22 Jun 2024 13:27:46 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70a3a62..c2206d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,8 +24,8 @@ jobs: id: cache uses: actions/cache@v4.0.2 with: - path: ~/linkchecker - key: linkcheck-${{ runner.os }} + path: linkchecker + key: linkchecker-${{ runner.os }} - name: Install linkcheck and Check links if: steps.cache.outputs.cache-hit != 'true'