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:
|
image:
|
||||||
name: lycheeverse/lychee
|
name: lycheeverse/lychee
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- .lycheecache
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
lychee
|
lychee
|
||||||
|
--cache
|
||||||
--exclude-all-private
|
--exclude-all-private
|
||||||
--exclude-mail
|
--exclude-mail
|
||||||
--exclude 'demo\.funkwhale\.audio'
|
--exclude 'demo\.funkwhale\.audio'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Cache lychee checked urls for 1 day in CI
|
Loading…
Reference in New Issue