From 2e0fa1f5f2fa3e5e69283db156dc93f05f8227b9 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 22 May 2020 12:31:14 -0400 Subject: [PATCH] Fix gh-pages readme --- build/build_dox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.