From 474500290aae5305b6cecd78e3979028ad776249 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Fri, 12 Jun 2020 02:04:21 +0900 Subject: [PATCH] Update the gh-pages org --- scripts/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.js b/scripts/deploy.js index 55f2329..e4013fb 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -6,7 +6,7 @@ const ghpublish = promisify(publish) process.on('unhandledRejection', err => { throw err }) const branch = 'gh-pages' -const org = 'jinhojang6' +const org = 'status-im' const repo = 'status-tutorials' /* use SSH auth by default */ const repoUrl = `git@github.com:${org}/${repo}.git`