mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
preview deploy fix
This commit is contained in:
@@ -381,8 +381,7 @@ gulp.task('deploy-preview', ['dist'], function () {
|
|||||||
return gulp.src(paths.dist + '**/*')
|
return gulp.src(paths.dist + '**/*')
|
||||||
.pipe(ghPages({
|
.pipe(ghPages({
|
||||||
cacheDir: paths.dist + '.publish',
|
cacheDir: paths.dist + '.publish',
|
||||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git',
|
remoteUrl: 'git@github.com:bitwarden/web-preview.git'
|
||||||
origin: 'preview'
|
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user