Skip to content

Added BarChartCompact and CommentRow stories. #5

Added BarChartCompact and CommentRow stories.

Added BarChartCompact and CommentRow stories. #5

name: Publish Storybook to GitHub Pages
on:
push:
branches:
- 'main'
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: bitovi/[email protected]
with:
path: storybook-static
# Done manually so we can checkout submodule
checkout: false