Skip to content

chore(deps): update storybook monorepo to v7.6.9 #354

chore(deps): update storybook monorepo to v7.6.9

chore(deps): update storybook monorepo to v7.6.9 #354

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: yarn
- run: yarn install --check-files --frozen-lockfile --non-interactive
- run: yarn --cwd packages/tailwindcss build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ github.token }}
publish_dir: packages/tailwindcss/storybook-static