Skip to content

Commit

Permalink
🐛 스토리북 배포 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
oaoong committed Oct 30, 2023
1 parent 78aeac1 commit cea8df0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Install dependencies
run: npm
working-directory: storybook-app

- name: Publish to Chromatic
uses: chromaui/action@v1
- run: npm
- uses: chromaui/action@v1
with:
workingDir: storybook-app
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cea8df0

Please sign in to comment.