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 22c9fee commit 2bc0526Copy full SHA for 2bc0526
demo/circle.yml
@@ -0,0 +1,10 @@
1
+general:
2
+ branches:
3
+ ignore:
4
+ - gh-pages
5
+deployment:
6
+ production:
7
+ branch: master
8
+ commands:
9
+ - npm run build:demo
10
+ - npm run deploy:demo
0 commit comments