ci: fix build folder in scripts/deploy.js

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-01-11 09:24:02 +01:00
parent 3064512098
commit d98faf1933
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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'