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