Skip to content

Commit 3bc4d4f

Browse files
committed
tweak publish to gh-pages
1 parent 8de1fc4 commit 3bc4d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ module.exports = function (grunt) {
103103
ensureCleanMaster().then(function () {
104104
shjs.rm('-rf', 'build');
105105
return system('git checkout gh-pages');
106+
}).then(function () {
107+
return system('git merge master');
106108
}).then(function () {
107109
return system('grunt dist');
108110
}).then(function () {

0 commit comments

Comments
 (0)