Skip to content

Commit

Permalink
force checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Oct 12, 2017
1 parent dfe2d18 commit 2085bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2085bf0

Please sign in to comment.