Skip to content

hotfix: 일정 등록 페이지 캘린더 오늘 날짜 표시 해제 #233

hotfix: 일정 등록 페이지 캘린더 오늘 날짜 표시 해제

hotfix: 일정 등록 페이지 캘린더 오늘 날짜 표시 해제 #233

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