Merge branch 'master' of https://github.com/kesslermaximilian/LatexPackages
This commit is contained in:
commit
b96488a12e
2 changed files with 2 additions and 1 deletions
|
@ -15,11 +15,11 @@ install:
|
|||
- pip install GitPython
|
||||
|
||||
script:
|
||||
- GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)")
|
||||
- python3 -c 'from build import build; build("build/LatexPackages/")'
|
||||
- cd build
|
||||
- zip -r LatexPackages.zip LatexPackages
|
||||
- tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
|
||||
- GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)")
|
||||
|
||||
deploy:
|
||||
- provider: pages
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[![Build Status](https://api.travis-ci.com/kesslermaximilian/LatexPackages.svg)](https://app.travis-ci.com/github/kesslermaximilian/LatexPackages)
|
||||
# Latex Packages
|
||||
|
||||
#### Rework in progress
|
||||
|
|
Loading…
Reference in a new issue