From 2085bf019cfe8965e244cd96571bc06fac3d5c18 Mon Sep 17 00:00:00 2001 From: Chris Gorgolewski Date: Thu, 12 Oct 2017 10:47:10 +0800 Subject: [PATCH] force checkout --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fb17ea35b..28bd0c9b3 100644 --- a/circle.yml +++ b/circle.yml @@ -31,7 +31,7 @@ deployment: - git config --global user.name CircleCI - rm -rf node_modules/ - rm -rf tests/ - - git checkout gh-pages + - git checkout gh-pages -f - git pull - npm install - gulp build