Skip to content

chore: 브랜치 머지 #181

chore: 브랜치 머지

chore: 브랜치 머지 #181

Workflow file for this run

name: Build and Deploy storybook to GitHub Pages
on:
push:
paths: ['stories/**', 'src/components/**']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
# - name: Install and Deploy 🚀
# run: |
# yarn install
# yarn deploy-storybook
# with:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# BRANCH: develop