Skip to content

Commit

Permalink
Only create the parent, so the mv operation works cleanly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Oct 10, 2014
1 parent 113c9a9 commit 3540220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/generate-latest-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$TRAVIS_REPO_SLUG" == "google/dagger" ] && \
git config --global user.email "travis@travis-ci.org"
git config --global user.name "travis-ci"
git rm -rf api/latest
mkdir -p api/latest
mkdir -p api
mv ${TARGET}/site/apidocs api/latest
git add -f api/latest
git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
Expand Down

0 comments on commit 3540220

Please sign in to comment.