Skip to content

chore: codeSandbox error fixed in Select, SimpleSelect, Selectable #57

chore: codeSandbox error fixed in Select, SimpleSelect, Selectable

chore: codeSandbox error fixed in Select, SimpleSelect, Selectable #57

Workflow file for this run

name: Deploy docs from master commit to gh pages
on:
push:
branches:
- master
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run bootstrap
- name: Build docs-app
run: npm run build:docs
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./packages/__docs__/__build__
branch: gh-pages
clean-exclude: pr-preview
force: false