Quellcode durchsuchen

Update Gruntfile

Jay Salvat vor 11 Jahren
Ursprung
Commit
e79e902dc8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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(' && ')
             }
         }