ci: fix build folder in scripts/deploy.js
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3064512098
commit
d98faf1933
|
@ -5,7 +5,7 @@ const ghpublish = promisify(publish)
|
|||
/* fix for "Unhandled promise rejections" */
|
||||
process.on('unhandledRejection', err => { throw err })
|
||||
|
||||
const distDir = '_site'
|
||||
const distDir = 'dist'
|
||||
const branch = 'gh-pages'
|
||||
const org = 'vacp2p'
|
||||
const repo = 'wakuconnect.dev'
|
||||
|
|
Loading…
Reference in New Issue