Skip to content

Commit

Permalink
fix: main preview assets static path (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Kharitonov <[email protected]>
  • Loading branch information
gorgeousvlad and Vladislav Kharitonov authored Jan 16, 2024
1 parent 325e620 commit 28024da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

env:
PREVIEW_DEST_PATH: /page-constructor/main/
PREVIEW_DEST_PATH: /page-constructor

jobs:
main:
Expand All @@ -30,6 +30,6 @@ jobs:
uses: gravity-ui/preview-upload-to-s3-action@v1
with:
src-path: storybook-static
dest-path: ${{ env.PREVIEW_DEST_PATH }}
dest-path: /page-constructor/main/
s3-key-id: ${{ secrets.STORYBOOK_S3_KEY_ID }}
s3-secret-key: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}

0 comments on commit 28024da

Please sign in to comment.