Skip to content

Commit

Permalink
Fix storybook publish error (#7916)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jan 13, 2023
1 parent 17f784c commit 3feb8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish-storybook
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -z "${STORYBOOK_TOKEN}" ]; then
exit 1
fi

if [ ! -d "${DIR}/storybook-static" ]; then
if [ ! -d "storybook-static" ]; then
echo "Storybook has not been built"
exit 1
fi
Expand Down

0 comments on commit 3feb8d5

Please sign in to comment.