Change output path for Storybook

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-08-14 11:30:24 +02:00
parent 349d75c1eb
commit 770918de5b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ jobs:
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: storybook
path: storybook-static
path: dist-storybook
if-no-files-found: error
retention-days: 1
+1 -1
View File
@@ -199,7 +199,7 @@ jobs:
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: storybook
path: storybook-static
path: dist-storybook
if-no-files-found: error
retention-days: 1
+1 -1
View File
@@ -59,4 +59,4 @@ jobs:
# projectToken intentionally shared to allow collaborators to run Chromatic on forks
# https://www.chromatic.com/docs/custom-ci-provider#run-chromatic-on-external-forks-of-open-source-projects
projectToken: chpt_dab72dc0f97d55b
storybookBuildDir: storybook-static
storybookBuildDir: dist-storybook