From d9ae392240f540698676ed0d404ceb582b657ccd Mon Sep 17 00:00:00 2001 From: Max Frederiksen <max.frederiksen@ess.eu> Date: Mon, 31 Mar 2025 10:24:16 +0200 Subject: [PATCH] CE-3755: add cp -r command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4768d34..7a147cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-package: build-storybook: after_script: - - mv storybook-static public + - cp -r storybook-static public artifacts: paths: - storybook-static -- GitLab