Skip to content

Commit

Permalink
fix citiususc#149: Fixed incorrect url in publish-javadocs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier authored and michaelhaaf committed Dec 2, 2015
1 parent bc27807 commit 5cde597
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 5cde597

Please sign in to comment.