mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
Clean .travis.yml file
This commit is contained in:
parent
84bbe11294
commit
7879fe81e2
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ script:
|
|||
- (cd latex && make)
|
||||
|
||||
before_deploy:
|
||||
touch $TRAVIS_BUILD_DIR/doc/.nojekyll
|
||||
mv $TRAVIS_BUILD_DIR/latex/refman.pdf $TRAVIS_BUILD_DIR/doc/PDF-documentation.pdf
|
||||
touch doc/.nojekyll
|
||||
mv latex/refman.pdf doc/PDF-documentation.pdf
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
|
|
Loading…
Reference in a new issue