TravisCI: don't clean build dir needed for deployment.
This commit is contained in:

committed by
Agniva De Sarker

parent
daea9f5e69
commit
47714527a6
@@ -10,5 +10,7 @@ after_failure:
|
|||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: bash scripts/deploy.sh
|
script: bash scripts/deploy.sh
|
||||||
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
|
repo: tldr-pages/tldr
|
||||||
branch: master
|
branch: master
|
||||||
|
Reference in New Issue
Block a user