We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2d18 commit 2085bf0Copy full SHA for 2085bf0
circle.yml
@@ -31,7 +31,7 @@ deployment:
31
- git config --global user.name CircleCI
32
- rm -rf node_modules/
33
- rm -rf tests/
34
- - git checkout gh-pages
+ - git checkout gh-pages -f
35
- git pull
36
- npm install
37
- gulp build
0 commit comments