From 9dbcbf887a2d83d9746ba2e345506186b7bae7d4 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 13 Jun 2020 12:41:55 +0200 Subject: [PATCH] Correct deploy message --- docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 961f75e634..eaca80fffd 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -33,4 +33,4 @@ git push origin gh-pages # get back to previous branch git checkout - -echo "Deployed to https://evennia.github.io/evennia-docs." +echo "Deployed to https://evennia.github.io/evennia/"