mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Empty the documentation folder before creating the new files
This commit is contained in:
parent
7024f3e78a
commit
14f0d443df
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue