|
|
|
@ -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'
|
|
|
|
|