add circle config
parent
3f8aa2eccd
commit
d1c8ec9e48
@ -0,0 +1,19 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build-docs:
|
||||
docker:
|
||||
- image: uhoreg/matrix-doc-build
|
||||
steps:
|
||||
- checkout
|
||||
- run: python scripts/gendoc.py
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
egg-info:
|
||||
jobs:
|
||||
- build-docs
|
||||
|
||||
notify:
|
||||
webhooks:
|
||||
- url: https://giles.cadair.com/circleci
|
Loading…
Reference in New Issue