This repository was archived by the owner on Jun 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,30 @@ jobs:
40
40
- run :
41
41
name : check if building works
42
42
command : yarn build
43
+ deploy_gh_pages :
44
+ << : *defaults
45
+ steps :
46
+ - checkout
47
+ - install_js
48
+ - run : cd example
49
+ - install_js
50
+ - run : yarn predeploy
51
+ - add_ssh_keys :
52
+ fingerprints :
53
+ - ' d8:e5:d2:27:83:c3:fe:44:15:7a:40:89:5c:5d:ac:29'
54
+ - run : yarn deploy
43
55
44
56
workflows :
45
57
version : 2
46
58
pipeline :
47
59
jobs :
48
60
- test_unit
49
61
- build
62
+ gh_pages :
63
+ jobs :
64
+ - deploy_gh_pages :
65
+ filters :
66
+ branches :
67
+ ignore : /.*/
68
+ tags :
69
+ only : /v.*/
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Project Link: [https://cybertec-postgresql.github.io/rjsf-material-ui](https://c
143
143
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
144
144
145
145
[ build-shield ] : https://img.shields.io/circleci/build/github/cybertec-postgresql/rjsf-material-ui.svg?style=flat-square&token=a58b0890f96bff2b53eef0f4d9c9e5d16eec2200
146
- [ build-url ] : #
146
+ [ build-url ] : https://circleci.com/gh/cybertec-postgresql/rjsf-material-ui
147
147
[ contributors-shield ] : https://img.shields.io/badge/contributors-1-orange.svg?style=flat-square
148
148
[ contributors-url ] : https://github.com/cybertec-postgresql/rjsf-material-ui/graphs/contributors
149
149
[ license-shield ] : https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
Original file line number Diff line number Diff line change 8
8
"build" : " parcel build src/index.html --public-url ." ,
9
9
"clean" : " rimraf dist" ,
10
10
"predeploy" : " run-s clean build" ,
11
- "deploy" : " gh-pages -d dist"
11
+ "deploy" : " gh-pages -d dist -m '[skip ci] Update' -u 'CircleCI <lorenz.henk@cybertec.at>' "
12
12
},
13
13
"dependencies" : {
14
14
"@material-ui/styles" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments