Skip to content

Commit

Permalink
Fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Mar 9, 2018
1 parent c59171e commit 8e6b642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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
Expand Down

0 comments on commit 8e6b642

Please sign in to comment.