We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34749e commit 3f6b055Copy full SHA for 3f6b055
dev/javadoc.sh
@@ -15,7 +15,7 @@ mvn -DskipTests=true site
15
git config --global user.email "[email protected]"
16
git config --global user.name "travis-ci"
17
git clone --quiet --branch=gh-pages \
18
- https://${GH_PAGES_TOKEN}@github.com/opengrok/opengrok gh-pages
+ https://${GH_PAGES_TOKEN}@github.com/oracle/opengrok gh-pages
19
20
cd gh-pages
21
if [[ -d ./javadoc ]]; then
0 commit comments