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 248b3ff commit 81fe3b5Copy full SHA for 81fe3b5
.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,8 @@ 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
43
+ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
44
+ token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/storybook.yml
0 commit comments