This commit is contained in:
Michael Zhang 2018-09-17 22:54:31 -05:00
parent 7ecc95f023
commit 0232b39723
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -32,7 +32,7 @@ echo "<meta http-equiv=refresh content=0;url='${LATEST_TAG}/'>" > index.html
# For builds triggered by a tag, $TRAVIS_BRANCH will be set to the tag # For builds triggered by a tag, $TRAVIS_BRANCH will be set to the tag
rm -rf "$TRAVIS_BRANCH" rm -rf "$TRAVIS_BRANCH"
cp -r ../target/doc/book "$TRAVIS_BRANCH" cp -r ../../target/doc/book "$TRAVIS_BRANCH"
git add --all git add --all
git commit -m "Upload documentation for $TRAVIS_BRANCH" git commit -m "Upload documentation for $TRAVIS_BRANCH"