fix directory doxygen

This commit is contained in:
pantor
2019-01-19 18:32:23 +01:00
parent 75582236d8
commit 3221fbef7e

View File

@@ -63,13 +63,14 @@ script:
after_success: |
if [ "$DOCS" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
doxygen ./doc/Doxyfile
cd doc
doxygen ./Doxyfile
fi
deploy:
provider: pages
skip_cleanup: true
local_dir: ./html/
local_dir: ./doc/html/
github_token: $GH_REPO_TOKEN
on:
branch: master