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 feff14a commit f080e3fCopy full SHA for f080e3f
.ci/push-javadoc.sh
@@ -13,7 +13,7 @@ cd $HOME
13
git config --global user.email "[email protected]"
14
git config --global user.name "travis-ci"
15
rm -rf $HOME/gh-pages
16
-git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/durian-rx gh-pages > /dev/null
+git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/freshmark gh-pages > /dev/null
17
18
# copy the javadoc into the build
19
cd gh-pages
0 commit comments