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.
This commit is contained in:
Aleksey Kladov 2019-10-05 00:40:35 +03:00
parent 7d1bb35fb1
commit f749a1b846

View file

@ -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