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.
2 parents 1498f66 + 99c5845 commit adc36b9Copy full SHA for adc36b9
.github/workflows/deploy-docs-prod.yaml
@@ -88,4 +88,4 @@ jobs:
88
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
89
90
- 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
+ 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