diff --git a/build/build_dox.sh b/build/build_dox.sh index 98a1d4f4c1..9703274177 100755 --- a/build/build_dox.sh +++ b/build/build_dox.sh @@ -30,7 +30,7 @@ if [ "$PUBLISH_DOX" = true ] ; then git config --global push.default simple git config user.name "tgstation-server" git config user.email "tgstation-server@tgstation13.org" - echo '# THIS BRANCH IS AUTO GENERATED BY APPVEYOR CI' > README.md + echo '# THIS BRANCH IS AUTO GENERATED BY TRAVIS CI' > README.md # Need to create a .nojekyll file to allow filenames starting with an underscore # to be seen on the gh-pages site. Therefore creating an empty .nojekyll file.