Skip to content

feat : 랜딩페이지 리뉴얼 (#315) #116

feat : 랜딩페이지 리뉴얼 (#315)

feat : 랜딩페이지 리뉴얼 (#315) #116

name: Build & Deploy Storybook
on:
push:
branches: [dev]
paths: ['shared/ui/src/**']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build 🔧
# This needs an Acces Token stored as "GH_TOKEN" 👇
run: |
cd shared/ui
yarn install
yarn run deploy-storybook -- --ci
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}