mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-25 08:12:20 +00:00
Fix documentation deployment
This commit is contained in:
parent
560bd04719
commit
4b04bf7e38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue