Make mlc only do offline link checking. (#181)

This commit is contained in:
Dessalines 2023-06-01 16:29:59 -04:00 committed by GitHub
parent 04592b060e
commit 1c334bba46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,4 +30,4 @@ pipeline:
dead_links:
image: becheran/mlc:latest
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