Don't keep history of GitHub pages
This commit is contained in:
parent
b344229c95
commit
83f711b07a
|
@ -23,7 +23,6 @@ deploy:
|
||||||
# see https://docs.travis-ci.com/user/deployment/pages/
|
# see https://docs.travis-ci.com/user/deployment/pages/
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||||
keep-history: true
|
|
||||||
local-dir: ./documentation/build/
|
local-dir: ./documentation/build/
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue