Skip to content

Commit

Permalink
feat: storybook deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Dec 7, 2023
1 parent 64e9ca6 commit 9c07a77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
yarn install
yarn b:sb:ocap-angular
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
uses: JamesIves/github-pages-deploy-action@4.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main # The branch the action should deploy to.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist/storybook/angular # The folder that the build-storybook script generates files.
CLEAN: true # Automatically remove deleted files from the deploy branch
TARGET_FOLDER: docs
TARGET_FOLDER: .
7 changes: 7 additions & 0 deletions packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

Angular components for ocap project.

- Controls
- Entity
- Parameter
- Slicer
- Formula
- Chart
- Grid

0 comments on commit 9c07a77

Please sign in to comment.