Skip to content

Commit c1942d1

Browse files
committed
Update deploy-docs.yaml
1 parent 05d70b6 commit c1942d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Deploy to S3
5151
run: |
52-
aws s3 sync ./site s3://openobserve-website-prod/docs --exclude=".git/*"
52+
aws s3 sync ./site s3://openobserve-website-prod/docs --exclude=".git/*" --delete
5353
5454
- name: Invalidate CloudFront cache
5555
run: |

0 commit comments

Comments
 (0)