Skip to content

feat: 우선순위 결과에서 해당 시간대에 불가능한 사람 수 표시 (#133) #250

feat: 우선순위 결과에서 해당 시간대에 불가능한 사람 수 표시 (#133)

feat: 우선순위 결과에서 해당 시간대에 불가능한 사람 수 표시 (#133) #250

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