From 08b8b31e47741541d971205ba398e4de17ae749e Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 1 Aug 2020 19:24:12 -0400 Subject: [PATCH] [F] Deploy under personal account rather than organization --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c1311c3..2472d92 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,6 +20,6 @@ git add -A git commit -m 'deploy' # if you are deploying to https://.github.io/ -git push -f git@github.com:HyDevelop/VeracrossAnalyzerDemo.git master:gh-pages +git push -f git@github.com:Hykilpikonna/VeracrossAnalyzerDemo.git master:gh-pages cd -