diff --git a/ci/scripts/deploy b/ci/scripts/deploy index b2e96bf9..a7964df4 100755 --- a/ci/scripts/deploy +++ b/ci/scripts/deploy @@ -10,4 +10,4 @@ touch index.html && aws s3 cp index.html s3://${S3_BUCKET} --region ${REGION} # invalidate cloudfront distribution echo "invalidate cloudfront distribution 🔄" -aws cloudfront create-invalidation --distribution-id ${CLOUDFRONT_DISTRIBUTION_ID} --paths '/docs*' \ No newline at end of file +AWS_PAGER="" aws cloudfront create-invalidation --distribution-id ${CLOUDFRONT_DISTRIBUTION_ID} --paths '/docs*' \ No newline at end of file