Testing with a manual doc deploy

This commit is contained in:
Griatch 2022-01-25 23:34:28 +01:00
parent 2a70a8a688
commit 89baae29ed
2 changed files with 5 additions and 6 deletions

View file

@ -29,10 +29,9 @@ git add .
git commit -a -m "Updated HTML docs"
# echo "Skipping deployment"
git push origin gh-pages
# get back to previous branch
# git checkout -
git checkout -
echo "Deployed to https://evennia.github.io/evennia/"