Skip to content

Commit f080e3f

Browse files
committed
Whoops! We were sending our docs to the DurianRx repo.
1 parent feff14a commit f080e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/push-javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd $HOME
1313
git config --global user.email "[email protected]"
1414
git config --global user.name "travis-ci"
1515
rm -rf $HOME/gh-pages
16-
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/durian-rx gh-pages > /dev/null
16+
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/freshmark gh-pages > /dev/null
1717

1818
# copy the javadoc into the build
1919
cd gh-pages

0 commit comments

Comments
 (0)