mirror of https://github.com/arendst/Tasmota.git
Remove development files
This commit is contained in:
parent
f3b80ba502
commit
7ace5d4058
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
SCRIPTPATH="$(readlink -f "$0")"
|
||||
SCRIPTPATH="${SCRIPTPATH%/*}"
|
||||
|
||||
rm -rf "$SCRIPTPATH/html"
|
||||
echo -e "\n\n\n\n"
|
||||
#cd "$SCRIPTPATH/" && doxygen && git add $DOCDIR && git commit -a -m "Documentation update."
|
||||
cd "$SCRIPTPATH/" && doxygen
|
Loading…
Reference in New Issue