Skip to content

Commit 5958827

Browse files
Removed dot
1 parent 6c8cd37 commit 5958827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
if [ ! -f "./storybook-static/iframe.html" ]; then
4040
echo "❌ Error: iframe.html missing - Storybook build failed"
41-
echo "This indicates the @stencil/storybook-plugin compatibility issue."
41+
echo "This indicates the @stencil/storybook-plugin compatibility issue"
4242
echo "Stories will not load without iframe.html"
4343
ls -la ./storybook-static/ || true
4444
exit 1

0 commit comments

Comments
 (0)