mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +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 + '**/*')
|
||||
.pipe(ghPages({
|
||||
cacheDir: paths.dist + '.publish',
|
||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git',
|
||||
origin: 'preview'
|
||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git'
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user