Skip to content

Merge pull request #109 from openinfradev/feature-upgrade-react-19 #117

Merge pull request #109 from openinfradev/feature-upgrade-react-19

Merge pull request #109 from openinfradev/feature-upgrade-react-19 #117

Workflow file for this run

name: Deploy Storybook
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build-storybook
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.COMPONENT_SHOWCASE }}
publish_dir: ./storybook-static
jekyll: true