Don't keep gh-pages history. (#964)
This commit is contained in:
parent
a2029f0a78
commit
19c26217c0
|
@ -69,7 +69,7 @@ deploy:
|
||||||
local_dir: book-example/book
|
local_dir: book-example/book
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: "$GITHUB_TOKEN"
|
github_token: "$GITHUB_TOKEN"
|
||||||
keep_history: true
|
keep_history: false
|
||||||
on:
|
on:
|
||||||
condition: $TRAVIS_OS_NAME = "linux" && $TRAVIS_RUST_VERSION = "stable"
|
condition: $TRAVIS_OS_NAME = "linux" && $TRAVIS_RUST_VERSION = "stable"
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in New Issue