Skip to content

Select and TypeaheadSelect improvements #93

Select and TypeaheadSelect improvements

Select and TypeaheadSelect improvements #93

Workflow file for this run

name: Deploy PR previews to GitHub Pages
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
permissions:
# allow the action to push storybook build to the gh-pages branch
contents: write
# allow the action to add a comment to the PR
pull-requests: write
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.0.0
- name: Install dependencies and build storybook
run: |
npm install
npm run storybook:build
- name: Deploy storybook build to GitHub Pages
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./public/