Skip to content

Commit d2035f0

Browse files
committed
updated workflow
1 parent b811276 commit d2035f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .github/workflows/deploy-github-pages.yaml
22

33
# Workflow name
4-
name: Build and Publish Storybook to GitHub Pages
4+
name: Publish Storybook to GitHub Pages
55

66
on:
77
push:
@@ -33,7 +33,7 @@ jobs:
3333
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
3434
- uses: bitovi/[email protected]
3535
with:
36-
install_command: pnpm install # default: npm ci
36+
install_command: pnpm install --no-frozen-lockfile # default: npm ci
3737
build_command: pnpm run build-storybook # default: npm run build-storybook
3838
path: storybook-static # default: dist/storybook
3939
checkout: false # default: true

0 commit comments

Comments
 (0)