cleaned up travis.yml
This commit is contained in:
parent
aa1c8cd66b
commit
45db75df14
14
.travis.yml
14
.travis.yml
@ -8,20 +8,6 @@ install:
|
|||||||
- pip install mkdocs-material==0.2.4
|
- pip install mkdocs-material==0.2.4
|
||||||
script:
|
script:
|
||||||
- mkdocs build --clean
|
- mkdocs build --clean
|
||||||
|
|
||||||
# deploy:
|
|
||||||
# on:
|
|
||||||
# branch: master
|
|
||||||
# repo: 'spearheadsys/issue-response-docs/'
|
|
||||||
# provider: s3
|
|
||||||
# access_key_id: $AWS_ACCESS_KEY_ID
|
|
||||||
# secret_access_key: $AWS_SECRET_ACCESS_KEY
|
|
||||||
# bucket: $AWS_S3_BUCKET
|
|
||||||
# skip_cleanup: true
|
|
||||||
# local_dir: site
|
|
||||||
# acl: public_read
|
|
||||||
# after_deploy:
|
|
||||||
# - aws s3 sync site/ s3://$AWS_S3_BUCKET --acl public-read --exclude "*.py*" --delete
|
|
||||||
after_success: |
|
after_success: |
|
||||||
if [ -n "$GITHUB_API_KEY" ]; then
|
if [ -n "$GITHUB_API_KEY" ]; then
|
||||||
cd "$TRAVIS_BUILD_DIR"
|
cd "$TRAVIS_BUILD_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user