Skip to content

fix : home으로 탭 이동시 , 스크롤 안되는 문제 수정 #168

fix : home으로 탭 이동시 , 스크롤 안되는 문제 수정

fix : home으로 탭 이동시 , 스크롤 안되는 문제 수정 #168

name: Storybook-Chromatic-CI
on: push
jobs:
storybook-chromatic-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}