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