Skip to content

Commit

Permalink
Deploy built storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Nov 12, 2024
1 parent dbf719b commit 0223236
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20
- name: Install dependencies
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
run: npm install && npm run build && npm run deploy-storybook -- --ci
run: npm install && npm run build && npm run build-storybook && npm run deploy-storybook -- --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit 0223236

Please sign in to comment.