We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b811276 commit d2035f0Copy full SHA for d2035f0
.github/workflows/website.yml
@@ -1,7 +1,7 @@
1
# .github/workflows/deploy-github-pages.yaml
2
3
# Workflow name
4
-name: Build and Publish Storybook to GitHub Pages
+name: Publish Storybook to GitHub Pages
5
6
on:
7
push:
@@ -33,7 +33,7 @@ jobs:
33
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
34
- uses: bitovi/[email protected]
35
with:
36
- install_command: pnpm install # default: npm ci
+ install_command: pnpm install --no-frozen-lockfile # default: npm ci
37
build_command: pnpm run build-storybook # default: npm run build-storybook
38
path: storybook-static # default: dist/storybook
39
checkout: false # default: true
0 commit comments