Skip to content

Commit 8cf7030

Browse files
committed
fix
1 parent 9d03fe5 commit 8cf7030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/preview/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
- name: Upload artifact
7272
shell: bash
7373
run: |
74-
aws s3 sync .artifacts/docs/html s3://elastic-docs-v3-website-preview/${{steps.path-prefix.outputs.result}} --delete --quiet
74+
aws s3 sync .artifacts/docs/html s3://elastic-docs-v3-website-preview${{steps.path-prefix.outputs.result}} --delete --quiet
7575
aws cloudfront create-invalidation --distribution-id EKT7LT5PM8RKS --paths "${{steps.path-prefix.outputs.result}}/*"
7676
7777
- name: Update deployment status

0 commit comments

Comments
 (0)