Skip to content

Commit

Permalink
ci: updated dest-path in branch-preview workflow (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Oct 31, 2024
1 parent a5f6cd2 commit 3579a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: gravity-ui/preview-upload-to-s3-action@v1
with:
src-path: storybook-static
dest-path: /md-editor/${{ github.ref_name }}/
dest-path: /md-editor/branches/${{ github.ref_name }}/
s3-key-id: ${{ secrets.STORYBOOK_S3_KEY_ID }}
s3-secret-key: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}

0 comments on commit 3579a20

Please sign in to comment.