Travis: fix deploy

This commit is contained in:
Victor Berger 2018-01-14 15:43:47 +01:00
parent f2751c824f
commit 88617153b9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: "${TRAVIS_BUILD_DIR}/target/doc"
local_dir: "./target/doc"
on:
branch: master
rust: stable