Skip to content

Merge pull request #67 from sparkgeo/popover #37

Merge pull request #67 from sparkgeo/popover

Merge pull request #67 from sparkgeo/popover #37

Workflow file for this run

name: Storybook Deployment
on:
push:
branches: ["main"]
paths-ignore:
- README.md
- .gitignore
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
- name: Install dependencies
run: npm ci
- id: build-publish
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
path: storybook-static