mirror of
https://github.com/bitwarden/help
synced 2026-02-20 03:13:24 +00:00
ignore publish
This commit is contained in:
@@ -67,5 +67,5 @@ gulp.task('lib', ['clean:lib'], function () {
|
||||
|
||||
gulp.task('deploy', [], function () {
|
||||
return gulp.src(paths.dist + '**/*')
|
||||
.pipe(ghPages({ cacheDir: './.publish' }));
|
||||
.pipe(ghPages({ cacheDir: './_publish' }));
|
||||
});
|
||||
Reference in New Issue
Block a user