Skip to content

Commit 147f47c

Browse files
committed
忽略 .publish 目录
1 parent a99e26d commit 147f47c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ demo
6161

6262
deploy.config.json
6363

64-
dist
64+
dist
65+
66+
.publish

.publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit caebcb105dab2d332c8709961c9437182c92e3ed
1+
Subproject commit 051d45ac67baa1069c17837732964b41b485571c

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gulp.task('demo:build', ['demo:file', 'demo:webpack']);
4242
// })
4343

4444
//部署示例到 gh-pages
45-
gulp.task('deploy:gh-pages', function() {
45+
gulp.task('deploy:gh-pages', ['demo:build'], function() {
4646
return gulp.src('./demo/**')
4747
.pipe(ghPages());
4848
});

0 commit comments

Comments
 (0)