소스 검색

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(' && ')
             }
         }