Skip to content

Commit 96ddd75

Browse files
committed
Update deploy task
1 parent 04af3ca commit 96ddd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ gulp.task('watch', function() {
7070

7171
// Builds and deploys to github pages
7272
gulp.task('deploy', ['build'], function() {
73-
return gulp.src('../public/**/*')
73+
return gulp.src('../dist/**/*')
7474
.pipe(plugins.ghPages({
7575
cacheDir: '../.deploy'
7676
}));

0 commit comments

Comments
 (0)