We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c14f9f commit c1a129dCopy full SHA for c1a129d
1 file changed
tools/run.sh
@@ -37,6 +37,10 @@ help() {
37
38
39
cleanup() {
40
+ if [[ -d _site || -d .jekyll-cache ]]; then
41
+ jekyll clean
42
+ fi
43
+
44
rm -rf ${WORK_DIR}/${CONTAINER}
45
ps aux | grep fswatch | awk '{print $2}' | xargs kill -9 > /dev/null 2>&1
46
}
0 commit comments