Empty the documentation folder before creating the new files
parent
7024f3e78a
commit
14f0d443df
|
@ -14,4 +14,7 @@ type -P doc.md &>/dev/null || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
echo "empty doc folder..."
|
||||
rm -rf doc/jsdoc/*
|
||||
|
||||
doc.md node doc/jsdoc
|
||||
|
|
Loading…
Reference in New Issue