-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: storybook publishing, add new components
- Loading branch information
1 parent
c321cab
commit 72d6ec6
Showing
13 changed files
with
172 additions
and
2,067 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# workflow based off https://storybook.js.org/docs/8.5/sharing/publish-storybook#github-pages | ||
name: Publish Storybook to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
- main | ||
- figma-tokens | ||
|
||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: yarn | ||
- uses: bitovi/[email protected] | ||
working-directory: ./packages/curve-ui-kit | ||
with: | ||
install_command: yarn install | ||
build_command: yarn build:storybook | ||
checkout: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 0 additions & 63 deletions
63
packages/curve-ui-kit/scripts/figma-tokens/validation/analyze_figma_tokens.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.