mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 17:03:42 +01:00
what's even the point
This commit is contained in:
parent
86b0045195
commit
fe43b79e73
|
|
@ -1,12 +1,17 @@
|
||||||
|
gendoc: &gendoc
|
||||||
|
name: Generate the docs
|
||||||
|
command: |
|
||||||
|
source /env/bin/activate
|
||||||
|
scripts/gendoc.py
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:2.7
|
- image: uhoreg/matrix-doc-build
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: pip install -r scripts/requirements.txt
|
- run: *gendoc
|
||||||
- run: python scripts/gendoc.py
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue