mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +00:00
Make mlc only do offline link checking. (#181)
This commit is contained in:
parent
04592b060e
commit
1c334bba46
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ pipeline:
|
||||||
dead_links:
|
dead_links:
|
||||||
image: becheran/mlc:latest
|
image: becheran/mlc:latest
|
||||||
commands:
|
commands:
|
||||||
- mlc src/en --ignore-links "*localhost*" --ignore-links "*127.0.0.1*" --ignore-links /api
|
- mlc src/en --offline --ignore-links "*localhost*" --ignore-links "*127.0.0.1*" --ignore-links /api
|
||||||
|
|
Loading…
Reference in a new issue