diff --git a/resources/jenkins/build_doc.groovy b/resources/jenkins/build_doc.groovy index 49657da..f5e6f43 100644 --- a/resources/jenkins/build_doc.groovy +++ b/resources/jenkins/build_doc.groovy @@ -84,7 +84,7 @@ pipeline { withCredentials([ string(credentialsId: 's3-doc-bucket', variable: 'S3_DOC_BUCKET'), ]) { - sh "aws s3 sync --delete --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${docVersion}/api/javascript/" + sh "aws s3 sync --acl public-read docs/_build/html/ s3://\$S3_DOC_BUCKET/documentation/connector/${docVersion}/api/javascript/" } } }