Apparently the 'no-progress' flag is not in the installed aws-cli version, so it must be removed from the aws s3 sync command.
This commit is contained in:
parent
699e95cc67
commit
a6a7f5de92
@ -29,7 +29,7 @@ documentation:
|
||||
stage: document
|
||||
script:
|
||||
- cargo doc --no-deps
|
||||
- aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' --delete --no-progress
|
||||
- aws s3 sync target/doc/ s3://lighthouse-docs.sigmaprime.io/ --exclude '.lock' --delete
|
||||
# Configure the below when we want to have a default page (and update S3 bucket index).
|
||||
# - echo '<meta http-equiv="refresh" content="0; url={{ LIBRARY NAME }}">' > public/index.html
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user