Skip to content

Added comments API response for mock data. #12

Added comments API response for mock data.

Added comments API response for mock data. #12

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