Travis: fix deploy
This commit is contained in:
parent
f2751c824f
commit
88617153b9
|
@ -91,7 +91,7 @@ deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
local_dir: "${TRAVIS_BUILD_DIR}/target/doc"
|
local_dir: "./target/doc"
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
Loading…
Reference in New Issue