mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix dox push
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ if [ "$PUBLISH_DOX" = true ] ; then
|
||||
echo "" > .nojekyll
|
||||
git add --all
|
||||
git commit -m "Deploy code docs to GitHub Pages for Travis build $TRAVIS_BUILD_NUMBER" -m "Commit: $TRAVIS_COMMIT"
|
||||
git push -f "https://$TGS4_TEST_GITHUB_TOKEN@$GITHUB_URL" 2>&1 | out-null
|
||||
git push -f "https://$TGS4_TEST_GITHUB_TOKEN@$GITHUB_URL" 2>&1 | /dev/null
|
||||
cd "$BUILD_FOLDER"
|
||||
rm -r "$DOXDIR/.git"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user