diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da165de72f..bb48e1fbac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ documentation: stage: document script: - cargo doc --no-deps - - aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' + - aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' --delete --no-progress # Configure the below when we want to have a default page (and update S3 bucket index). # - echo '' > public/index.html only: