Skip to content

chore: path alias 적용안된 파일들 수정 #228

chore: path alias 적용안된 파일들 수정

chore: path alias 적용안된 파일들 수정 #228

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