Skip to content

Commit 28024da

Browse files
gorgeousvladVladislav Kharitonov
andauthored
fix: main preview assets static path (#776)
Co-authored-by: Vladislav Kharitonov <[email protected]>
1 parent 325e620 commit 28024da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66

77
env:
8-
PREVIEW_DEST_PATH: /page-constructor/main/
8+
PREVIEW_DEST_PATH: /page-constructor
99

1010
jobs:
1111
main:
@@ -30,6 +30,6 @@ jobs:
3030
uses: gravity-ui/preview-upload-to-s3-action@v1
3131
with:
3232
src-path: storybook-static
33-
dest-path: ${{ env.PREVIEW_DEST_PATH }}
33+
dest-path: /page-constructor/main/
3434
s3-key-id: ${{ secrets.STORYBOOK_S3_KEY_ID }}
3535
s3-secret-key: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}

0 commit comments

Comments
 (0)