This commit is contained in:
Maximilian Keßler 2021-10-08 07:32:35 +02:00
commit b96488a12e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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