Skip to content

Commit adc36b9

Browse files
authored
Merge pull request #751 from validmind/nibz/omnibus
feat: make docs repo safe for omnibus
2 parents 1498f66 + 99c5845 commit adc36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
run: aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} && aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} && aws configure set default.region us-east-1
8989

9090
- name: Deploy docs prod site
91-
run: aws s3 sync site/_site s3://docs-ci-cd-prod/site --delete --exclude "installation/helm-repo/*" && aws cloudfront create-invalidation --distribution-id E2I9R40IH01NW3 --paths "/*" --no-cli-pager
91+
run: aws s3 sync site/_site s3://docs-ci-cd-prod/site --delete --exclude "installation/omnibus/*" --exclude "installation/helm-repo/*" && aws cloudfront create-invalidation --distribution-id E2I9R40IH01NW3 --paths "/*" --no-cli-pager

0 commit comments

Comments
 (0)