f
This commit is contained in:
parent
7ecc95f023
commit
0232b39723
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue