Skip to content

Commit

Permalink
refactor to fit turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-beamer committed Jun 22, 2024
1 parent ffacad0 commit a276ddd
Show file tree
Hide file tree
Showing 52 changed files with 28,526 additions and 879 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- "init-turbo" # change to the branch you wish to deploy from
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- id: build-publish
uses: bitovi/[email protected]
with:
checkout: false
install_command: npm install
path: storybook/storybook-static # change to your build folder
build_command: cd storybook && npm run build:storybook
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ yarn-error.log*
# Misc
.DS_Store
*.pem

*storybook.log

# Storybook build
storybook-static
36 changes: 0 additions & 36 deletions apps/docs/README.md

This file was deleted.

Binary file removed apps/docs/app/fonts/GeistMonoVF.woff
Binary file not shown.
Binary file removed apps/docs/app/fonts/GeistVF.woff
Binary file not shown.
39 changes: 0 additions & 39 deletions apps/docs/app/globals.css

This file was deleted.

31 changes: 0 additions & 31 deletions apps/docs/app/layout.tsx

This file was deleted.

167 changes: 0 additions & 167 deletions apps/docs/app/page.module.css

This file was deleted.

Loading

0 comments on commit a276ddd

Please sign in to comment.