Removing auto-branch revert for doc build

This commit is contained in:
Griatch 2022-01-25 23:10:53 +01:00
parent 31c70f7897
commit 2a70a8a688

View file

@ -32,12 +32,7 @@ git commit -a -m "Updated HTML docs"
# echo "Skipping deployment"
git push origin gh-pages
if [[ -z ${CI} ]]; then
# skip getting back in CI build
echo "In CI build"
else
# get back to previous branch
git checkout -
fi
# get back to previous branch
# git checkout -
echo "Deployed to https://evennia.github.io/evennia/"