From 7d8388252c00a57526ebc1a0ca11f7c8773daf3f Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Thu, 27 Nov 2025 01:40:50 +0100 Subject: [PATCH] =?UTF-8?q?Enrichissement=20des=20articles=20avec=20la=20m?= =?UTF-8?q?=C3=A9t=C3=A9o=20lors=20du=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 390fa18b..d6a3e6d5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,6 +16,9 @@ node "$SCRIPT_DIR/tools/check_external_links.js" echo "==> Vérification des liens internes" node "$SCRIPT_DIR/tools/check_internal_links.js" +echo "==> Enrichissement météo des articles" +node "$SCRIPT_DIR/tools/add_weather.js" + # echo "==> Application des taxonomies et mots-clés" # node "$SCRIPT_DIR/tools/link_taxonomy_terms.js"