diff --git a/.travis/docs.sh b/.travis/docs.sh index 14479b9b..e64a743d 100755 --- a/.travis/docs.sh +++ b/.travis/docs.sh @@ -9,6 +9,7 @@ cargo doc --no-deps git clone --branch gh-pages "https://$TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs > /dev/null 2>&1 cd deploy_docs + git config user.name "Sean McArthur" git config user.email "sean.monstar@gmail.com" @@ -16,16 +17,6 @@ if [ "$TRAVIS_TAG" = "" ]; then rm -rf master mv ../target/doc ./master echo "" > ./master/index.html -else - rm -rf $TRAVIS_TAG - mv ../target/doc ./$TRAVIS_TAG - echo "" > ./$TRAVIS_TAG/index.html - - latest=$(echo * | tr " " "\n" | sort -V -r | head -n1) - if [ "$TRAVIS_TAG" = "$latest" ]; then - - echo "" > index.html - fi fi diff --git a/.travis/docs/hyper.js b/.travis/docs/hyper.js deleted file mode 100644 index e69de29b..00000000 diff --git a/.travis/docs/js.html b/.travis/docs/js.html deleted file mode 100644 index 03512ed5..00000000 --- a/.travis/docs/js.html +++ /dev/null @@ -1 +0,0 @@ -