Fix gh-pages readme

This commit is contained in:
Jordan Brown
2020-05-22 12:31:14 -04:00
parent 12c4f92b12
commit 2e0fa1f5f2
+1 -1
View File
@@ -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.