Skip to content

Fixed the bug where the sign in button is failed to redirect to valid… #98

Fixed the bug where the sign in button is failed to redirect to valid…

Fixed the bug where the sign in button is failed to redirect to valid… #98

name: Build and Publish
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: npm Install and Build storybook-example
run: |
cd storybook-example
npm install
npm run build:version:production
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACTION_PAT }}
publish_dir: storybook-example/storybook-static