From d16982b928dff7d7c7c719534ea9aa9aa66b41a9 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Thu, 13 Nov 2025 11:42:35 +0100 Subject: [PATCH] =?UTF-8?q?Int=C3=A9gration=20de=20la=20v=C3=A9rification?= =?UTF-8?q?=20des=20liens=20externes=20au=20script=20de=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 31e3fd25..99d71da6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,6 +10,9 @@ DEST_DIR="/var/lib/www/richard-dern.fr/" HUGO_ENV="production" TARGET_OWNER="caddy:caddy" +echo "==> Vérification des liens externes" +node "$SCRIPT_DIR/tools/check_external_links.js" + echo "==> Vérification des liens internes" node "$SCRIPT_DIR/tools/check_internal_links.js"