From 91add186762cbb0422cbfa351ec896e91c47505c Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 09:51:13 +0100 Subject: [PATCH] update: Force remove public anyway. --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index d02efa3..2e39cb6 100755 --- a/update.sh +++ b/update.sh @@ -14,6 +14,8 @@ find src -iname '*.sh' | while read -r __file; do time ./${__file} "$(dirname "${__file}")/" done +rm -r public + HUGO_ENV=production hugo --gc --minify exit