Skip to content

Commit

Permalink
chore: fix main-preview action (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Jul 5, 2023
1 parent 5e45271 commit 5ddef9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
run: npm ci
shell: bash
- name: Build Storybook
run: npx build-storybook
run: npx sb build
shell: bash
env:
TS_NODE_PROJECT: .storybook/tsconfig.json
- name: Upload to S3
uses: gravity-ui/preview-upload-to-s3-action@v1
with:
Expand Down

0 comments on commit 5ddef9c

Please sign in to comment.