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