mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
run dead link check last
This commit is contained in:
parent
83a07ec473
commit
1760e8e320
1 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,6 @@ clone:
|
|||
recursive: true
|
||||
submodule_update_remote: true
|
||||
pipeline:
|
||||
dead_links:
|
||||
image: becheran/mlc:latest
|
||||
commands:
|
||||
- mlc src/en --ignore-links "*localhost*" --ignore-links "*127.0.0.1*" --ignore-links /api
|
||||
|
||||
check_formatting:
|
||||
image: alpine:3
|
||||
commands:
|
||||
|
@ -25,3 +20,8 @@ pipeline:
|
|||
- apt-get install git curl -y
|
||||
- ./update-includes.sh
|
||||
- mdbook build .
|
||||
|
||||
dead_links:
|
||||
image: becheran/mlc:latest
|
||||
commands:
|
||||
- mlc src/en --ignore-links "*localhost*" --ignore-links "*127.0.0.1*" --ignore-links /api
|
||||
|
|
Loading…
Reference in a new issue