aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-04 22:40:35 +0100
committerAleksey Kladov <[email protected]>2019-10-04 22:40:35 +0100
commitf749a1b846d6ec69fa0e7bae9872f2f3e3ce138f (patch)
tree7c5f3a32e0e504c836d521b83d690f06ca3429e9 /.travis.yml
parent7d1bb35fb179b7e55ceb9c5354d9d74bffb8ca63 (diff)
don't keep history for gh-pages
docs weigh a lot, and change a lot. Keeping their changes in history inflates repo size. By specifying `keep-history: false` we should be able to avoid that.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c198cc5f7..d4cf71ab5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ deploy:
58 provider: pages 58 provider: pages
59 skip-cleanup: true 59 skip-cleanup: true
60 github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable 60 github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
61 keep-history: true 61 keep-history: false
62 local-dir: target/website/ 62 local-dir: target/website/
63 on: 63 on:
64 branch: master 64 branch: master