We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2902b6 commit dfc4420Copy full SHA for dfc4420
.github/workflows/ci.yml
@@ -35,5 +35,8 @@ jobs:
35
- name: Typescript build
36
run: yarn build
37
38
- - name: Storybook build
39
- run: yarn build-storybook
+ - name: Deploy Storybook
+ uses: chromaui/action@v11
40
+ with:
41
+ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
42
+ token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/storybook.yml
0 commit comments