We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b646fca commit a10492dCopy full SHA for a10492d
.github/workflows/deploy-github-pages.yaml
@@ -36,5 +36,5 @@ jobs:
36
with:
37
install_command: cd example && pnpm install --frozen-lockfile # default: npm ci
38
build_command: cd example && pnpm build # default: npm run build-storybook
39
- path: example/storybook-static # default: storybook-static
+ path: storybook-static # default: storybook-static
40
checkout: false # default: true
0 commit comments