Skip to content

Commit

Permalink
Remove javadoc zip from website directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 7, 2013
1 parent e5fc585 commit 570385f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cp -R ../website/* .
curl -L "http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=$GROUP_ID&a=$ARTIFACT_ID&v=LATEST&c=javadoc" > javadoc.zip
mkdir javadoc
unzip javadoc.zip -d javadoc
rm javadoc.zip

# Stage all files in git and create a commit
git add .
Expand Down

0 comments on commit 570385f

Please sign in to comment.