Skip to content

Simplified install commands a bit. Added Makefile, and made editorcon… #28

Simplified install commands a bit. Added Makefile, and made editorcon…

Simplified install commands a bit. Added Makefile, and made editorcon… #28

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