ci: cache lychee checked urls for 1 day

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2254>
This commit is contained in:
jo 2022-12-06 15:52:09 +01:00
parent f8b08b28c8
commit bf0e4935ea
2 changed files with 5 additions and 0 deletions

View File

@ -111,9 +111,13 @@ find_broken_links:
image:
name: lycheeverse/lychee
entrypoint: [""]
cache:
paths:
- .lycheecache
script:
- >
lychee
--cache
--exclude-all-private
--exclude-mail
--exclude 'demo\.funkwhale\.audio'

View File

@ -0,0 +1 @@
Cache lychee checked urls for 1 day in CI