This commit is contained in:
Julian Dolby 2017-08-03 21:11:33 +00:00
parent 202a53d090
commit ef94d85d2b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [ "$TRAVIS_REPO_SLUG" == "wala/WALA" ] &&
git clone --quiet https://${GH_TOKEN}@github.com/wala/javadoc > /dev/null
cd javadoc
git rm -rf *
git rm -rf --quiet *
cp -Rf $HOME/build/wala/WALA/target/site/apidocs/* .
git add -f .
git commit -m "Latest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"