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 9d03fe5 commit 8cf7030Copy full SHA for 8cf7030
actions/preview/action.yml
@@ -71,7 +71,7 @@ runs:
71
- name: Upload artifact
72
shell: bash
73
run: |
74
- aws s3 sync .artifacts/docs/html s3://elastic-docs-v3-website-preview/${{steps.path-prefix.outputs.result}} --delete --quiet
+ aws s3 sync .artifacts/docs/html s3://elastic-docs-v3-website-preview${{steps.path-prefix.outputs.result}} --delete --quiet
75
aws cloudfront create-invalidation --distribution-id EKT7LT5PM8RKS --paths "${{steps.path-prefix.outputs.result}}/*"
76
77
- name: Update deployment status
0 commit comments