do not keep history for testing reasons
This commit is contained in:
parent
7f0b9bb54c
commit
1b1737e126
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,10 @@ script:
|
|||
- cd build
|
||||
- zip -r LatexPackages.zip LatexPackages
|
||||
- tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
|
||||
- cd ..
|
||||
|
||||
after_success:
|
||||
|
||||
|
||||
deploy:
|
||||
- provider: pages
|
||||
|
@ -41,7 +45,7 @@ deploy:
|
|||
repo: kesslermaximilian/LatexPackagesBuild
|
||||
commiter_from_gh: true
|
||||
allow_empty_commit: true
|
||||
keep-history: true
|
||||
keep-history: false
|
||||
target_branch: $TRAVIS_BRANCH
|
||||
on:
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue