Skip to content

add troubleshooting section and update reference to statics #157

add troubleshooting section and update reference to statics

add troubleshooting section and update reference to statics #157

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build addon
run: yarn workspace msw-storybook-addon build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
workingDir: ./packages/docs
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true