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'