We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325e620 commit 28024daCopy full SHA for 28024da
.github/workflows/main-preview.yml
@@ -5,7 +5,7 @@ on:
5
branches: [main]
6
7
env:
8
- PREVIEW_DEST_PATH: /page-constructor/main/
+ PREVIEW_DEST_PATH: /page-constructor
9
10
jobs:
11
main:
@@ -30,6 +30,6 @@ jobs:
30
uses: gravity-ui/preview-upload-to-s3-action@v1
31
with:
32
src-path: storybook-static
33
- dest-path: ${{ env.PREVIEW_DEST_PATH }}
+ dest-path: /page-constructor/main/
34
s3-key-id: ${{ secrets.STORYBOOK_S3_KEY_ID }}
35
s3-secret-key: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}
0 commit comments