Skip to content

Commit 2bc0526

Browse files
committed
Add circle.yml
1 parent 22c9fee commit 2bc0526

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo/circle.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)