mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
preview deploy fix
This commit is contained in:
parent
7a8d23ba84
commit
52745993cb
@ -381,8 +381,7 @@ gulp.task('deploy-preview', ['dist'], function () {
|
||||
return gulp.src(paths.dist + '**/*')
|
||||
.pipe(ghPages({
|
||||
cacheDir: paths.dist + '.publish',
|
||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git',
|
||||
origin: 'preview'
|
||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git'
|
||||
}));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user