From 5fb37fa98e24241eed73ce509491530ffaa7aa1b Mon Sep 17 00:00:00 2001
From: Max Frederiksen <max.frederiksen@ess.eu>
Date: Fri, 28 Mar 2025 14:30:56 +0100
Subject: [PATCH] CE-3755: cp storybook-static instead of mv

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a9ac21..ffe8691 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ build-package:
 
 build-storybook:
   after_script:
-    - mv storybook-static public
+    - cp storybook-static public
   artifacts:
     paths:
       - public
-- 
GitLab