Skip to content

feat: 우선순위 보여줄 때 참여자 이름 항상 표시하기 #177

feat: 우선순위 보여줄 때 참여자 이름 항상 표시하기

feat: 우선순위 보여줄 때 참여자 이름 항상 표시하기 #177

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