mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Another test with the doc build process
This commit is contained in:
parent
a830cabb1b
commit
32f330ab3f
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