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
|
- cd build
|
||||||
- zip -r LatexPackages.zip LatexPackages
|
- zip -r LatexPackages.zip LatexPackages
|
||||||
- tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
|
- tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
|
||||||
|
- cd ..
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: pages
|
- provider: pages
|
||||||
|
@ -41,7 +45,7 @@ deploy:
|
||||||
repo: kesslermaximilian/LatexPackagesBuild
|
repo: kesslermaximilian/LatexPackagesBuild
|
||||||
commiter_from_gh: true
|
commiter_from_gh: true
|
||||||
allow_empty_commit: true
|
allow_empty_commit: true
|
||||||
keep-history: true
|
keep-history: false
|
||||||
target_branch: $TRAVIS_BRANCH
|
target_branch: $TRAVIS_BRANCH
|
||||||
on:
|
on:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in a new issue