Skip to content

Commit

Permalink
Fix deployment cache invaldation (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Feb 11, 2025
1 parent aa8f418 commit 263ef57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
aws s3 sync ./html "s3://elastic-docs-v3-website-preview${PATH_PREFIX}" --delete
aws cloudfront create-invalidation \
--distribution-id EKT7LT5PM8RKS \
--paths "${PATH_PREFIX}" "/${PATH_PREFIX}/*"
--paths "${PATH_PREFIX}" "${PATH_PREFIX}/*"
- name: Update deployment status
uses: actions/github-script@v7
Expand Down

0 comments on commit 263ef57

Please sign in to comment.