This commit is contained in:
Jordan Brown
2020-05-20 14:03:25 -04:00
parent 8ac22253cb
commit 572d698ec9
+1 -3
View File
@@ -13,7 +13,7 @@ else
fi
if [ "$PUBLISH_DOX" = true ] ; then
GITHUB_URL="github.com/$TRAVIS_PULL_REQUEST_SLUG"
GITHUB_URL="github.com/$TRAVIS_REPO_SLUG"
echo "Cloning https://git@$GITHUB_URL..."
git clone -b gh-pages --single-branch "https://git@$GITHUB_URL" "$DOXDIR" 2> /dev/null
rm -r "$DOXDIR/*"
@@ -41,5 +41,3 @@ if [ "$PUBLISH_DOX" = true ] ; then
cd "$BUILD_FOLDER"
rm -r "$DOXDIR/.git"
fi
mv $DOXDIR "$BUILD_FOLDER/tgsdox"