Don't keep gh-pages history. (#964)

This commit is contained in:
Eric Huss 2019-06-20 22:17:03 -07:00 committed by Dylan DPC
parent a2029f0a78
commit 19c26217c0
1 changed files with 1 additions and 1 deletions

View File

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