Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 15, 2018
1 parent 82a9ce0 commit 888b83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ after_success:

before_deploy:
- sudo pip install sphinx breathe sphinx_rtd_theme
- "cd ../docs; /bin/bash deploy.sh; cd -"
- "cd docs; /bin/bash deploy.sh; cd -"
- mkdir packages
- tar czvf packages/releases-$TRAVIS_TAG.tar.gz $(ls -I packages)
- zip -q packages/releases-$TRAVIS_TAG.zip -r $(ls -I packages)
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ doxygen doxyfile
make html
rsync -ravz build/html/* html
rsync -ravz build/html/.* html
rsync -ravz reference/* html/reference
rsync -ravz reference html

#
## Deploy GitHub pages
Expand Down

0 comments on commit 888b83d

Please sign in to comment.