Removing auto-branch revert for doc build
This commit is contained in:
parent
31c70f7897
commit
2a70a8a688
1 changed files with 2 additions and 7 deletions
|
|
@ -32,12 +32,7 @@ git commit -a -m "Updated HTML docs"
|
||||||
# echo "Skipping deployment"
|
# echo "Skipping deployment"
|
||||||
git push origin gh-pages
|
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
|
# get back to previous branch
|
||||||
git checkout -
|
# git checkout -
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Deployed to https://evennia.github.io/evennia/"
|
echo "Deployed to https://evennia.github.io/evennia/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue