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 9276b59 commit 3e02a8fCopy full SHA for 3e02a8f
.github/workflows/deploy-docs-staging.yaml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Deploy to S3
51
run: |
52
- aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*"
+ aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*" --delete
53
54
- name: Invalidate CloudFront cache
55
56
- aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"
+ aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"
0 commit comments