From e270a8bb88f8c91a91301e997076487e5f62b400 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 25 Nov 2017 17:31:54 -0500 Subject: [PATCH] Documentation is committed by @tgstation-server --- Tools/BuildDox.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/BuildDox.ps1 b/Tools/BuildDox.ps1 index 23138d8912..7b1ba9cd9a 100644 --- a/Tools/BuildDox.ps1 +++ b/Tools/BuildDox.ps1 @@ -21,8 +21,8 @@ doxygen.exe "$bf\Tools\Doxyfile" if($publish_dox){ cd $doxdir git config --global push.default simple - git config user.name "Appveyor CI" - git config user.email "ci@appveyor.com" + git config user.name "tgstation-server" + git config user.email "tgstation-server@tgstation13.org" echo '# THIS BRANCH IS AUTO GENERATED BY APPVEYOR CI. SEE Tools/TGS3Build.ps1 ON MASTER' > README.md # Need to create a .nojekyll file to allow filenames starting with an underscore