mirror of
https://github.com/bitwarden/help
synced 2026-02-02 17:43:17 +00:00
ignore publish
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,4 +7,4 @@ _site/
|
||||
*.bat
|
||||
*.tmp
|
||||
/lib
|
||||
.publish
|
||||
_publish/
|
||||
@@ -12,6 +12,7 @@ exclude:
|
||||
- package.json
|
||||
- gulpfile.js
|
||||
- README.md
|
||||
- _publish
|
||||
|
||||
collections:
|
||||
categories:
|
||||
|
||||
@@ -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