From 8b69d008807d379a3c5813d6df5d1ef81bbdf898 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 11 Jan 2021 12:09:57 -0700 Subject: [PATCH] force push i guess --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 0a027dac..c263f85a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -164,7 +164,7 @@ var gitDeployMergeMaster = function(done) { var gitDeployPushOrigin = function(done) { execSync('git commit -am "rebuild for prod"; ' + - 'git push origin gh-pages && ' + + 'git push origin gh-pages --force && ' + 'git branch -f trunk gh-pages && ' + 'git checkout master' );