From 475a79eeb554b73f3767c96698ddd01f06bb4af4 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 16 Dec 2022 13:08:57 +0400 Subject: [PATCH] Up docs deploy --- docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 097575a3c..b39eb12f7 100755 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -23,6 +23,6 @@ mv ./docs-new ./docs # stage all and commit git add -A git commit -m 'deploy docs' -git push https://github.com/artf/grapesjs.git gh-pages +git push https://artf@github.com/artf/grapesjs.git gh-pages # surge --domain grapesjs.surge.sh cd -