mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
run doc-gen before hand
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user