瀏覽代碼

Update Gruntfile

Jay Salvat 11 年之前
父節點
當前提交
e79e902dc8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gruntfile.js

+ 2 - 2
gruntfile.js

@@ -94,8 +94,8 @@ module.exports = function(grunt) {
             },
             },
             gitPush: {
             gitPush: {
                 cmd: [
                 cmd: [
-                    'git push',
-                    'git push --tags'
+                    'git push origin gh-pages',
+                    'git push origin gh-pages --tags'
                 ].join(' && ')
                 ].join(' && ')
             }
             }
         }
         }