mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
add circle config
This commit is contained in:
parent
3f8aa2eccd
commit
d1c8ec9e48
19
.circleci/config.yml
Normal file
19
.circleci/config.yml
Normal file
|
|
@ -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 a new issue