run dead link check last

This commit is contained in:
Felix Ableitner 2023-04-24 22:47:51 +02:00
parent 83a07ec473
commit 1760e8e320

View file

@ -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