fix: 날짜선택 창 바텀버튼 비활성화 된 상태에서도 넘어가는 문제 해결 #191
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |