From fa8c9c8ba63dc92f92a6983454b7688bffda1688 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Sun, 16 Nov 2025 22:47:12 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20des=20scripts=20li=C3=A9s?= =?UTF-8?q?=20aux=20taxonomies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index ec8cc81a..390fa18b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,11 +16,11 @@ node "$SCRIPT_DIR/tools/check_external_links.js" echo "==> Vérification des liens internes" node "$SCRIPT_DIR/tools/check_internal_links.js" -echo "==> Application des taxonomies et mots-clés" -node "$SCRIPT_DIR/tools/link_taxonomy_terms.js" +# echo "==> Application des taxonomies et mots-clés" +# node "$SCRIPT_DIR/tools/link_taxonomy_terms.js" -echo "==> Ajout des liens vers les mots-clés du frontmatter" -node "$SCRIPT_DIR/tools/link_frontmatter_keywords.js" +# echo "==> Ajout des liens vers les mots-clés du frontmatter" +# node "$SCRIPT_DIR/tools/link_frontmatter_keywords.js" echo "==> Génération du site Hugo pour l'environnement $HUGO_ENV (avec nettoyage de destination)" hugo --environment "$HUGO_ENV" --cleanDestinationDir