ci: cache lychee checked urls for 1 day
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2254>
This commit is contained in:
parent
f8b08b28c8
commit
bf0e4935ea
|
@ -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'
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Cache lychee checked urls for 1 day in CI
|
Loading…
Reference in New Issue