edited rm function
This commit is contained in:
@ -29,7 +29,7 @@ cd ..
|
|||||||
|
|
||||||
# Clean out existing contents
|
# Clean out existing contents
|
||||||
echo "Cleaning out existing contents."
|
echo "Cleaning out existing contents."
|
||||||
rm -rf docs/**/* || exit 0
|
rm -rf docs/* || exit 0
|
||||||
|
|
||||||
# Run our compile script
|
# Run our compile script
|
||||||
doCompile
|
doCompile
|
||||||
|
Reference in New Issue
Block a user