Update the gh-pages org

This commit is contained in:
jinhojang6 2020-06-12 02:04:21 +09:00
parent c9a7dd2354
commit 474500290a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const ghpublish = promisify(publish)
process.on('unhandledRejection', err => { throw err }) process.on('unhandledRejection', err => { throw err })
const branch = 'gh-pages' const branch = 'gh-pages'
const org = 'jinhojang6' const org = 'status-im'
const repo = 'status-tutorials' const repo = 'status-tutorials'
/* use SSH auth by default */ /* use SSH auth by default */
const repoUrl = `git@github.com:${org}/${repo}.git` const repoUrl = `git@github.com:${org}/${repo}.git`