Skip to content

Commit a10492d

Browse files
committed
chore: ci fix stb dist path
1 parent b646fca commit a10492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
with:
3737
install_command: cd example && pnpm install --frozen-lockfile # default: npm ci
3838
build_command: cd example && pnpm build # default: npm run build-storybook
39-
path: example/storybook-static # default: storybook-static
39+
path: storybook-static # default: storybook-static
4040
checkout: false # default: true

0 commit comments

Comments
 (0)