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 23f4f2e commit 0f9fcc1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1

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

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

0 comments on commit 0f9fcc1

Please sign in to comment.