mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Another path update
This commit is contained in:
@@ -88,16 +88,11 @@ jobs:
|
||||
node-version: '14' #can easily be changed to a different version
|
||||
- name: Generate documentation
|
||||
run: |
|
||||
echo "Some path information"
|
||||
echo "Listing of ~/work"
|
||||
ls -lah ~/work
|
||||
echo "Listing of ~/work/security_content"
|
||||
ls -lah ~/work/security_content
|
||||
|
||||
ls -lah
|
||||
|
||||
#Enter the virtualenv and run the docgen
|
||||
source venv/bin/activate
|
||||
python bin/doc_gen.py --path cti/ --output docs -v
|
||||
python bin/doc_gen.py --path . --output docs -v
|
||||
|
||||
#Now generate the spec docs
|
||||
npm install -g @adobe/jsonschema2md
|
||||
|
||||
Reference in New Issue
Block a user