From 699e95cc678d40e698e3b3a3235a4c1eaeb722d2 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Wed, 8 May 2019 00:55:02 +1000 Subject: [PATCH] Added 'delete' and 'no-progress' flags to S3 docs sync. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da165de72..bb48e1fba 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: