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 aa8f418 commit 263ef57Copy full SHA for 263ef57
.github/workflows/preview-deploy.yml
@@ -96,7 +96,7 @@ jobs:
96
aws s3 sync ./html "s3://elastic-docs-v3-website-preview${PATH_PREFIX}" --delete
97
aws cloudfront create-invalidation \
98
--distribution-id EKT7LT5PM8RKS \
99
- --paths "${PATH_PREFIX}" "/${PATH_PREFIX}/*"
+ --paths "${PATH_PREFIX}" "${PATH_PREFIX}/*"
100
101
- name: Update deployment status
102
uses: actions/github-script@v7
0 commit comments