run doc-gen before hand

This commit is contained in:
divious1
2019-11-18 14:19:56 -05:00
parent 5a37a9d881
commit 244c71dca1
+6
View File
@@ -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: |