From f749a1b846d6ec69fa0e7bae9872f2f3e3ce138f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 5 Oct 2019 00:40:35 +0300 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c198cc5f7..d4cf71ab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ deploy: provider: pages skip-cleanup: true github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable - keep-history: true + keep-history: false local-dir: target/website/ on: branch: master -- cgit v1.2.3