From c81cd4b0d5d7e1b1a18f6599fd16ffa1a7bacd4a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 15 Jul 2016 14:41:04 -0700 Subject: [PATCH] docs(guide): copy over html files, not markdown files --- .travis/docs.sh | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/docs.sh b/.travis/docs.sh index 9c042154..8ad98de0 100755 --- a/.travis/docs.sh +++ b/.travis/docs.sh @@ -10,7 +10,7 @@ for f in ./doc/**/*.md; do rustdoc $f -L ./target/debug -L ./target/debug/deps -o "$(dirname $f)"; done -cp --parent ./doc/**/*.md ./target +cp --parent ./doc/**/*.html ./target git clone --branch gh-pages "https://$TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs cd deploy_docs diff --git a/Cargo.toml b/Cargo.toml index 38773a76..1f843179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.9.4" +version = "0.10.0-a.0" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper"