Skip to content

Change submodule remote to point to repo with changes. #3

Change submodule remote to point to repo with changes.

Change submodule remote to point to repo with changes. #3

name: Build and 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