From b3ba24113fbe3ec71d48bb31d167e60c7575cbdf Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 10:42:25 +0100 Subject: [PATCH] fixing folder name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c1a7ed..ab11599 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: Installation du package image: alpine commands: - - cd homegrade_theme_production + - cd Deligraph-V3 - npm install - name: Build du package image: alpine