mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-22 05:00:55 +01:00
Fix travis deploy
This commit is contained in:
parent
8136ae4d68
commit
1172df0a49
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
sudo: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- cd ${TMPDIR-/tmp}
|
- cd ${TMPDIR-/tmp}
|
||||||
- wget -q http://doxygen.nl/files/doxygen-1.8.19.src.tar.gz
|
- wget -q http://doxygen.nl/files/doxygen-1.8.19.src.tar.gz
|
||||||
|
@ -18,6 +20,7 @@ script:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
skip_cleanup: true
|
||||||
local_dir: docs/html
|
local_dir: docs/html
|
||||||
github_token: $GH_REPO_TOKEN
|
github_token: $GH_REPO_TOKEN
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue