Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhwkim authored Feb 16, 2025
1 parent f353363 commit ee1f3dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
cache: 'npm'

- name: Build Storybook pages
run: npx storybook build #output to ./storybook-static
run: |
npm install
npx storybook build #output to ./storybook-static
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit ee1f3dd

Please sign in to comment.