You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/.circleci/config.yml

26 lines
371 B
YAML

gendoc: &gendoc
name: Generate the docs
command: |
source /env/bin/activate
scripts/gendoc.py
version: 2
jobs:
build-docs:
docker:
- image: uhoreg/matrix-doc-build
steps:
- checkout
- run: *gendoc
workflows:
version: 2
egg-info:
jobs:
- build-docs
notify:
webhooks:
- url: https://giles.cadair.com/circleci