mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
Use chromatic action instead
This commit is contained in:
parent
bd2d1dc046
commit
4ddb5ef460
3
.github/workflows/chromatic.yml
vendored
3
.github/workflows/chromatic.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build-storybook
|
- run: npm run build-storybook
|
||||||
- run: npx chromatic -d storybook-static
|
- name: Publish to Chromatic
|
||||||
|
uses: chromaui/action@v1
|
||||||
env:
|
env:
|
||||||
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user