forked from h2zero/esp-nimble-cpp
Fix travis deploy
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
sudo: false
|
||||
|
||||
before_install:
|
||||
- cd ${TMPDIR-/tmp}
|
||||
- wget -q http://doxygen.nl/files/doxygen-1.8.19.src.tar.gz
|
||||
@ -18,6 +20,7 @@ script:
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
local_dir: docs/html
|
||||
github_token: $GH_REPO_TOKEN
|
||||
on:
|
||||
|
Reference in New Issue
Block a user