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 04458a7 commit 8eee4faCopy full SHA for 8eee4fa
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v5
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Enable corepack
20
run: corepack enable
@@ -35,5 +37,10 @@ jobs:
35
37
- name: Typescript build
36
38
run: yarn build
39
- - name: Storybook build
- run: yarn build-storybook
40
+ - name: Deploy Storybook
41
+ uses: chromaui/action@v11
42
+ env:
43
+ NODE_ENV: production
44
45
+ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
46
+ token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/storybook.yml
0 commit comments