mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Argh
This commit is contained in:
+1
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user