Skip to content

Commit

Permalink
Update: GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuzkituan committed Oct 18, 2023
1 parent b7f4678 commit ef250f8
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 552 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: rm -rf node_modules
- run: rm pnpm-lock.yaml
- run: npm run build-storybook
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist-ssr

# Editor directories and files
# .vscode/*
storybook-static
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
Loading

0 comments on commit ef250f8

Please sign in to comment.