From 26cd5cc586542f4f73e6b8f5495ec0d5786c384c Mon Sep 17 00:00:00 2001 From: Giuseppe Leo Date: Mon, 2 Dec 2024 15:48:10 +0100 Subject: [PATCH] Add storybook segment (#12733) --- .github/workflows/scripts/publish-storybook | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/publish-storybook b/.github/workflows/scripts/publish-storybook index 7f96db2140..cc9fb08122 100755 --- a/.github/workflows/scripts/publish-storybook +++ b/.github/workflows/scripts/publish-storybook @@ -1,5 +1,5 @@ #!/bin/bash -DIST=publish-storybook +DIST=storybook/publish-storybook echo "Building and publishing Storybook" @@ -8,7 +8,8 @@ if [ -z "${STORYBOOK_TOKEN}" ]; then exit 1 fi -if [ ! -d "storybook-static" ]; then +if [ ! -d "storybook/storybook-static" ]; then + ls echo "Storybook has not been built" exit 1 fi