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 61e7eb5 commit fad2f7aCopy full SHA for fad2f7a
.github/workflows/preview-deploy.yml
@@ -89,7 +89,9 @@ 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 \
93
+ --distribution-id EKT7LT5PM8RKS \
94
+ --paths "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}/*"
95
96
- name: Update deployment status
97
uses: actions/github-script@v7
0 commit comments