Skip to content

Commit

Permalink
run doc-gen before hand
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Nov 18, 2019
1 parent 5a37a9d commit 244c71d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
cd security-content
source venv/bin/activate
python bin/validate.py --path . --verbose
- run:
name: run doc-gen
command: |
cd security-content
source venv/bin/activate
python bin/doc-gen.py --path . --output docs -v
- run:
name: check for broken links using liche
command: |
Expand Down

0 comments on commit 244c71d

Please sign in to comment.