1
0
mirror of https://github.com/bitwarden/help synced 2026-02-20 03:13:24 +00:00

ignore publish

This commit is contained in:
Kyle Spearrin
2017-05-23 13:10:34 -04:00
parent 94c3ec1434
commit 18c6b37fda
3 changed files with 3 additions and 2 deletions

View File

@@ -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' }));
});