From bf4457e63e660a92e9b048832481007e69005da3 Mon Sep 17 00:00:00 2001 From: wayonb Date: Thu, 24 Jul 2025 13:22:53 -0400 Subject: [PATCH] [docs] fix: update github URL --- scripts/ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 2ce55e286..50e9a3224 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -3,7 +3,7 @@ set -ex echo "Publishing..." -git remote add github "https://github.com/symbol/symbol-docs.git" > /dev/null 2>&1 +git remote add github "https://github.com/Symbol/symbol-docs.git" > /dev/null 2>&1 echo "Creating gh-pages branch" git checkout -b gh-pages