mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +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
|
recursive: true
|
||||||
submodule_update_remote: true
|
submodule_update_remote: true
|
||||||
pipeline:
|
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:
|
check_formatting:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
|
@ -25,3 +20,8 @@ pipeline:
|
||||||
- apt-get install git curl -y
|
- apt-get install git curl -y
|
||||||
- ./update-includes.sh
|
- ./update-includes.sh
|
||||||
- mdbook build .
|
- 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