Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Do not keep history when deploying to gh-page to avoid bad merges
Browse files Browse the repository at this point in the history
Signed-off-by: dduportal <[email protected]>
  • Loading branch information
dduportal committed Sep 26, 2019
1 parent 1b1482c commit 009b156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy:
local-dir: ./docs/
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
keep-history: false
target-branch: gh-pages
verbose: true
on:
Expand All @@ -25,7 +25,7 @@ deploy:
local-dir: ./docs/
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
keep-history: false
target-branch: gh-pages
verbose: true
on:
Expand Down

0 comments on commit 009b156

Please sign in to comment.