mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 00:55:17 +00:00
improve tests
This commit is contained in:
parent
bb193a5732
commit
764915f46d
@ -7,10 +7,9 @@ ROOT_PATH=${PWD}
|
||||
TEST_PATH="./test_doc"
|
||||
|
||||
mkdir ${TEST_PATH}
|
||||
cp -rv . ${TEST_PATH}
|
||||
for I in analyzers responders assets images AUTHORS AUTHORS docs *.md ; do cp -rv $I ${TEST_PATH} ; done
|
||||
cd ${TEST_PATH}
|
||||
gh repo clone TheHive-Project/doc-builder
|
||||
|
||||
doc-builder/build/Cortex-Neurons/generate.py
|
||||
|
||||
|
||||
@ -23,4 +22,4 @@ cp -rv README.md docs/
|
||||
mkdocs serve -a 0.0.0.0:8888
|
||||
|
||||
cd ${ROOT_PATH}
|
||||
rm -rf ${TEST_PATH}
|
||||
rm -rf ${TEST_PATH}
|
||||
|
Loading…
Reference in New Issue
Block a user