Skip to content

Commit 3e02a8f

Browse files
ktx-abhishekMonil-KTX
authored andcommitted
Update deploy-docs-staging.yaml
1 parent 9276b59 commit 3e02a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Deploy to S3
5151
run: |
52-
aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*"
52+
aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*" --delete
5353
5454
- name: Invalidate CloudFront cache
5555
run: |
56-
aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"
56+
aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"

0 commit comments

Comments
 (0)