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 5b13663 commit 923841cCopy full SHA for 923841c
circle.yml
@@ -43,7 +43,7 @@ deployment:
43
- git checkout gh-pages -f
44
- git pull
45
- npm install
46
- - gulp build
+ - ./node_modules/.bin/gulp build
47
- git status
48
- git commit dist/ --allow-empty -m "Circle CI - validator demo update"
49
- git push origin gh-pages
0 commit comments