Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Nov 19, 2024
1 parent b811276 commit d2035f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .github/workflows/deploy-github-pages.yaml

# Workflow name
name: Build and Publish Storybook to GitHub Pages
name: Publish Storybook to GitHub Pages

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

0 comments on commit d2035f0

Please sign in to comment.