Skip to content

Fix type for data grid attribute (#76) #109

Fix type for data grid attribute (#76)

Fix type for data grid attribute (#76) #109

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy-docs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Dependencies 📥
run: yarn install
- name: Build Docs 🔧
run: yarn run build:docs
working-directory: packages/components
- name: Deploy Docs 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: packages/components/storybook-static