Skip to content

Commit 263ef57

Browse files
authored
Fix deployment cache invaldation (#468)
1 parent aa8f418 commit 263ef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
aws s3 sync ./html "s3://elastic-docs-v3-website-preview${PATH_PREFIX}" --delete
9797
aws cloudfront create-invalidation \
9898
--distribution-id EKT7LT5PM8RKS \
99-
--paths "${PATH_PREFIX}" "/${PATH_PREFIX}/*"
99+
--paths "${PATH_PREFIX}" "${PATH_PREFIX}/*"
100100
101101
- name: Update deployment status
102102
uses: actions/github-script@v7

0 commit comments

Comments
 (0)