Fix documentation deployment

This commit is contained in:
Crayon2000 2018-05-11 22:01:53 -04:00
parent 560bd04719
commit 4b04bf7e38

View file

@ -39,7 +39,7 @@ before_deploy:
deploy: deploy:
provider: pages provider: pages
skip_cleanup: true skip_cleanup: true
local_dir: $TRAVIS_BUILD_DIR/doc local_dir: doc
github_token: $GITHUB_TOKEN github_token: $GITHUB_TOKEN
on: on:
branch: master branch: master