Added 'delete' and 'no-progress' flags to S3 docs sync.
This commit is contained in:
parent
aa1342fcbb
commit
699e95cc67
@ -29,7 +29,7 @@ documentation:
|
|||||||
stage: document
|
stage: document
|
||||||
script:
|
script:
|
||||||
- cargo doc --no-deps
|
- 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).
|
# 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
|
# - echo '<meta http-equiv="refresh" content="0; url={{ LIBRARY NAME }}">' > public/index.html
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user