Skip to content

Commit

Permalink
Add storybook segment (rancher#12733)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotv authored Dec 2, 2024
1 parent 6033b26 commit 26cd5cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scripts/publish-storybook
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DIST=publish-storybook
DIST=storybook/publish-storybook

echo "Building and publishing Storybook"

Expand All @@ -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
Expand Down

0 comments on commit 26cd5cc

Please sign in to comment.