Another path update

This commit is contained in:
pyth0n1c
2021-07-28 12:50:03 -07:00
parent 693183807c
commit 22ebf84aae
+2 -7
View File
@@ -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