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 480fd15 commit e012c18Copy full SHA for e012c18
.github/workflows/preview-deploy.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
PR_NUMBER: ${{ steps.pull_request.outputs.number }}
75
run: |
76
- aws s3 sync . "s3://elastic-docs-v3-website-preview/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" --delete --exclude "pull_request_number.txt"
+ aws s3 sync . "s3://elastic-docs-v3-website-preview/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" --delete --exclude "pull_request.json"
77
aws cloudfront create-invalidation --distribution-id EKT7LT5PM8RKS --paths "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}/*"
78
79
- name: Update deployment status
0 commit comments