mirror of
https://github.com/bitwarden/help
synced 2026-01-21 11:53:27 +00:00
move publish back to .publish
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,4 +7,4 @@ _site/
|
||||
*.bat
|
||||
*.tmp
|
||||
/lib
|
||||
_publish/
|
||||
.publish/
|
||||
@@ -12,7 +12,7 @@ exclude:
|
||||
- package.json
|
||||
- gulpfile.js
|
||||
- README.md
|
||||
- _publish
|
||||
- .publish
|
||||
|
||||
collections:
|
||||
categories:
|
||||
|
||||
@@ -71,5 +71,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