ソースを参照

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: {
                 cmd: [
-                    'git push',
-                    'git push --tags'
+                    'git push origin gh-pages',
+                    'git push origin gh-pages --tags'
                 ].join(' && ')
             }
         }