Explorar o código

Update Gruntfile

Jay Salvat %!s(int64=11) %!d(string=hai) anos
pai
achega
e79e902dc8
Modificáronse 1 ficheiros con 2 adicións e 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(' && ')
             }
         }