From ba8e430a5c1a094613dcf72dc68a17cbf1e24c05 Mon Sep 17 00:00:00 2001
From: Max Frederiksen <max.frederiksen@ess.eu>
Date: Fri, 28 Mar 2025 14:52:37 +0100
Subject: [PATCH] CE-3755: add storybook-static to artifact list

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffe8691..a31fc31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,7 @@ build-storybook:
   artifacts:
     paths:
       - public
+      - storybook-static
 
 pages:
   stage: deploy
-- 
GitLab