Skip to content

docs: update configure.mdx page #146

docs: update configure.mdx page

docs: update configure.mdx page #146

Workflow file for this run

name: Deploy storybook
on:
push:
paths-ignore:
- '*.md'
- '*.yml'
- 'LICENSE'
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
name: GH-pages
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
path: ./storybook-static
build_command: npm run build:storybook