Skip to content

Commit

Permalink
remove lychee cache again, no obvious use
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Sep 18, 2024
1 parent ad9b7d7 commit df3df32
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,11 @@ jobs:
name: public
path: .

- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: '-r 5 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Apple WebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" --exclude sncf.com --exclude nge.flatland.cloud --max-concurrency 1 --cache --max-cache-age 1d .'
args: '-r 5 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Apple WebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" --exclude sncf.com --exclude nge.flatland.cloud --max-concurrency 1'
# Fail on errors
fail: false
# TODO: Implement https://github.com/lycheeverse/lychee/issues/989 once it's done. Will help with LinkedIn rate limits
Expand Down

0 comments on commit df3df32

Please sign in to comment.