mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Another test with the doc build process
This commit is contained in:
parent
f62c5bd743
commit
7b0c6fb239
1 changed files with 7 additions and 2 deletions
|
|
@ -32,7 +32,12 @@ git commit -a -m "Updated HTML docs"
|
|||
# echo "Skipping deployment"
|
||||
git push origin gh-pages
|
||||
|
||||
# get back to previous branch
|
||||
git checkout -
|
||||
if [[ -z ${CI} ]]; then
|
||||
# skip getting back in CI build
|
||||
echo "In CI build"
|
||||
else
|
||||
# get back to previous branch
|
||||
git checkout -
|
||||
fi
|
||||
|
||||
echo "Deployed to https://evennia.github.io/evennia/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue