Skip to content

Commit

Permalink
fix #149: Fixed incorrect url in publish-javadocs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Aug 27, 2015
1 parent 1f1ca4d commit 044be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/publish-javadocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Building javadocs..."
mvn javadoc:aggregate

# Clone Hipster4j GitHub gh-pages for Javadocs
git clone --quiet --branch=gh-pages https://github.com/citiususc/hipster.git gh-pages > /dev/null
git clone --quiet --branch=gh-pages https://github.com/hipster4j/hipster-javadocs.git gh-pages > /dev/null

# Overwrite the previous version with the new one
cp -Rf target/apidocs/* gh-pages/
Expand Down

0 comments on commit 044be08

Please sign in to comment.