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 8ccf589 commit 5221216Copy full SHA for 5221216
.github/workflows/preview-deploy.yml
@@ -89,7 +89,7 @@ jobs:
89
PR_NUMBER: ${{ needs.pull-request-data.outputs.number }}
90
run: |
91
aws s3 sync ./html "s3://elastic-docs-v3-website-preview/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" --delete
92
- aws cloudfront create-invalidation --distribution-id EKT7LT5PM8RKS --paths "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}/*"
+ aws cloudfront create-invalidation --distribution-id EKT7LT5PM8RKS --paths "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}*"
93
94
- name: Update deployment status
95
uses: actions/github-script@v7
0 commit comments