From f371af27f63cfa864fb820196a7e41562a4496fd Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 11 Dec 2024 14:33:45 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Mise=20=C3=A0=20jour=20du=20script=20de?= =?UTF-8?q?=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2245059..265c115 100644 --- a/.drone.yml +++ b/.drone.yml @@ -152,7 +152,7 @@ steps: from_secret: DIRECTUS_TOKEN commands: - (cd themes/hugo-theme-lowtech && npm i) - - DRAFT=true node scripts/directus-to-markdown/staging.js + - DRAFT=true node scripts/directus-to-markdown/index.js - name: build website image: hugomods/hugo:base-0.121.1