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 3c54b0f commit d9f9bd3Copy full SHA for d9f9bd3
.github/workflows/deploy-docs.yaml
@@ -3,7 +3,7 @@ name: Deploy MkDocs Site to S3
3
on:
4
push:
5
branches:
6
- - ci/add_gitworkflow # Change this to your deployment branch
+ - main # Change this to your deployment branch
7
8
jobs:
9
deploy:
@@ -47,10 +47,8 @@ jobs:
47
48
- name: Deploy to S3
49
run: |
50
- aws s3 sync ./site s3://o2-github-action-s3/docs --exclude=".git/*"
+ aws s3 sync ./site s3://openobserve-staging-website/docs --exclude=".git/*"
51
52
- # - name: Invalidate CloudFront cache
53
- # run: |
54
- # aws cloudfront create-invalidation \
55
- # --distribution-id EZ2SEJVXM7NXL \
56
- # --paths "/docs/*"
+ - name: Invalidate CloudFront cache
+ run: |
+ aws cloudfront create-invalidation --distribution-id EZ2SEJVXM7NXL --paths "/docs/*"
0 commit comments