ci: rework find_broken_links job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
This commit is contained in:
parent
a03c785460
commit
8001565b46
|
@ -114,10 +114,10 @@ review_docs:
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
find_broken_links:
|
find_broken_links:
|
||||||
|
extends: [.lychee]
|
||||||
allow_failure:
|
allow_failure:
|
||||||
exit_codes: 2
|
exit_codes: 2
|
||||||
|
|
||||||
extends: [.lychee]
|
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
lychee
|
lychee
|
||||||
|
|
Loading…
Reference in New Issue