Skip to content

Commit 3f6b055

Browse files
author
Vladimir Kotal
committed
fix repo path
1 parent c34749e commit 3f6b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mvn -DskipTests=true site
1515
git config --global user.email "[email protected]"
1616
git config --global user.name "travis-ci"
1717
git clone --quiet --branch=gh-pages \
18-
https://${GH_PAGES_TOKEN}@github.com/opengrok/opengrok gh-pages
18+
https://${GH_PAGES_TOKEN}@github.com/oracle/opengrok gh-pages
1919

2020
cd gh-pages
2121
if [[ -d ./javadoc ]]; then

0 commit comments

Comments
 (0)