Explorar el Código

Update Gruntfile

Jay Salvat hace 11 años
padre
commit
e79e902dc8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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(' && ')
             }
         }