Skip to content

[TM-1425] text style dropdown monitored indicator (#750) #33

[TM-1425] text style dropdown monitored indicator (#750)

[TM-1425] text style dropdown monitored indicator (#750) #33

# Workflow taken from the Storybook docs: https://storybook.js.org/docs/sharing/publish-storybook#github-pages
name: Build and Publish Storybook to GitHub Pages
on:
push:
branches:
- 'staging'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
install_command: yarn install
build_command: yarn build-storybook
path: storybook-static
checkout: false