mirror of
https://github.com/bitwarden/help
synced 2026-01-07 11:03:46 +00:00
ignore publish
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,4 +7,4 @@ _site/
|
|||||||
*.bat
|
*.bat
|
||||||
*.tmp
|
*.tmp
|
||||||
/lib
|
/lib
|
||||||
.publish
|
_publish/
|
||||||
@@ -12,6 +12,7 @@ exclude:
|
|||||||
- package.json
|
- package.json
|
||||||
- gulpfile.js
|
- gulpfile.js
|
||||||
- README.md
|
- README.md
|
||||||
|
- _publish
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
@@ -67,5 +67,5 @@ gulp.task('lib', ['clean:lib'], function () {
|
|||||||
|
|
||||||
gulp.task('deploy', [], function () {
|
gulp.task('deploy', [], function () {
|
||||||
return gulp.src(paths.dist + '**/*')
|
return gulp.src(paths.dist + '**/*')
|
||||||
.pipe(ghPages({ cacheDir: './.publish' }));
|
.pipe(ghPages({ cacheDir: './_publish' }));
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user