From d141a9dd109b227fb55f4f01cceb8ddc79dc57a6 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 16 Jul 2018 00:35:50 +0200 Subject: [PATCH] Update deploy script --- docs/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 6792071f1..41aa5c984 100755 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -4,7 +4,7 @@ set -e # build -npm run docs:build-vp +npm run docs:build # navigate into the build output directory cd docs/.vuepress/dist @@ -23,6 +23,6 @@ mv ./docs-new ./docs # stage all and commit git add -A git commit -m 'deploy docs' -git push git@github.com:artf/grapesjs.git gh-pages +git push https://github.com/artf/grapesjs.git gh-pages # surge --domain grapesjs.surge.sh cd -