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
2 changed files with 5 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
1
changes/changelog.d/ci-cache-lychee-urls-for-1d.misc
Normal file
1
changes/changelog.d/ci-cache-lychee-urls-for-1d.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Cache lychee checked urls for 1 day in CI
|
||||
Loading…
Add table
Add a link
Reference in a new issue