Skip to content

feat: 페이지 이동될 때 스크롤 맨 위에 위치하도록 기능 추가 #189

feat: 페이지 이동될 때 스크롤 맨 위에 위치하도록 기능 추가

feat: 페이지 이동될 때 스크롤 맨 위에 위치하도록 기능 추가 #189

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