Skip to content

Merge pull request #106 from openinfradev/feature-dark-theme #114

Merge pull request #106 from openinfradev/feature-dark-theme

Merge pull request #106 from openinfradev/feature-dark-theme #114

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