Skip to content

Commit

Permalink
chore: temporal fix for deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Jan 27, 2025
1 parent 984deb4 commit 2562a8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Build Storybook
run: npx storybook build
shell: bash
- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.35
arch: amd64
- name: Upload to S3
uses: gravity-ui/preview-upload-to-s3-action@v1
with:
Expand Down

0 comments on commit 2562a8d

Please sign in to comment.