This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with a link to API javadoc
- Loading branch information
1 parent
4fbbb33
commit b9212fa
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ git clone [email protected]:jeremiehuchet/nominatim-java-api.git ${basedir}/target/ | |
cd .. | ||
rm -f latest | ||
ln -s ${VERSION} latest | ||
find -mindepth 1 -maxdepth 1 -type d ! -name '.*' -printf '%P\n' > index.txt | ||
find -mindepth 1 -maxdepth 1 ! -type f ! -name '.*' -printf '%P\n' | sort > index.txt | ||
git add . | ||
git commit -m "update javadoc with ${VERSION}" | ||
git push origin gh-pages | ||
|