소스 검색

.travis.yml: Do not keep history when deploying docs

Jan Holthuis 5 년 전
부모
커밋
2ef891f6c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -25,7 +25,7 @@ deploy:
   # Deploy documentation
 - provider: pages
   skip_cleanup: true
-  keep_history: true
+  keep_history: false
   github_token: $GITHUB_TOKEN
   local_dir: html
   on: