Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #285 from sjardine/master
Browse files Browse the repository at this point in the history
Fixed bug with extras apidoc update.
  • Loading branch information
sjardine committed Feb 24, 2016
2 parents fba6887 + 2940eb2 commit a591af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .utility/update_site_apidocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ git clone --quiet --branch=gh-pages https://[email protected]/gwtbootstrap3/g
cd gh-pages

# remove the javadoc directories from git.
if [[ -d ./snapshot/extras-apidocs ]]; then
git rm -rf ./snapshot/extras-apidocs
fi

# copy the new javadoc to snapshot dir.
cp -Rf $HOME/javadoc-latest ./snapshot/extras-apidocs
Expand Down

0 comments on commit a591af4

Please sign in to comment.