Update main.yml

pull/464/head
nomicon-kr 10 months ago committed by GitHub
parent 57be76525e
commit aced7dcb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save