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.
2 parents db1992e + ea1ad6e commit 4ea3175Copy full SHA for 4ea3175
util/deploy_docs.sh
@@ -3,7 +3,7 @@
3
set -e -u
4
5
6
-if [ "$TRAVIS_REPO_SLUG" == "ipinfo/java-ipinfo" ] && \
+if [ "$TRAVIS_REPO_SLUG" == "ipinfo/java" ] && \
7
[ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && \
8
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
9
[ "$TRAVIS_BRANCH" == "master" ]; then
@@ -13,7 +13,7 @@ if [ "$TRAVIS_REPO_SLUG" == "ipinfo/java-ipinfo" ] && \
13
14
cd java-ipinfo/target
15
16
- git clone -q -b gh-pages https://${GH_TOKEN}@github.com/ipinfo/java-ipinfo gh-pages > /dev/null
+ git clone -q -b gh-pages https://${GH_TOKEN}@github.com/ipinfo/java gh-pages > /dev/null
17
cd gh-pages
18
19
cp -rf ../apidocs/* .
0 commit comments