From 8c925fd89ed397f164ea3166e79211eca872015a Mon Sep 17 00:00:00 2001
From: Quentin Bramas <bramas@unistra.fr>
Date: Mon, 11 Nov 2024 15:26:53 +0100
Subject: [PATCH] fix deploy

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 847219c..868c8ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ build:
     BASE_URL: "/git-cheat/"
   script:
     # Construire le site avec Vite (le bundler par défaut pour SolidJS)
-    - yarn build-static
+    - yarn build
   artifacts:
     paths:
       - $PUBLIC_DIR
-- 
GitLab