mirror of
https://github.com/bitwarden/help
synced 2025-12-14 15:23:25 +00:00
move publish cache outside of project
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,4 +7,3 @@ _site/
|
||||
*.bat
|
||||
*.tmp
|
||||
/lib
|
||||
.publish/
|
||||
@@ -12,7 +12,6 @@ exclude:
|
||||
- package.json
|
||||
- gulpfile.js
|
||||
- README.md
|
||||
- .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_cache/help' }));
|
||||
});
|
||||
Reference in New Issue
Block a user