diff --git a/.woodpecker.yml b/.woodpecker.yml index ed5cb33..6b23d29 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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