diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f71157d..d55a52c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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: @@ -33,7 +33,7 @@ jobs: #👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 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