From 1760e8e3204eb02f404e743c7b8c1e9759f876ea Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 24 Apr 2023 22:47:51 +0200 Subject: [PATCH] run dead link check last --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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