From 4ee301ffeecfda40bc190501eb1767bf4d78aa32 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Thu, 7 Jan 2021 19:35:53 +0200 Subject: [PATCH] Delete the theme directory before cloning --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 4e9b3b1..400457a 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,9 @@ set -euxo pipefail +rm -rf themes/book/ git clone https://github.com/getzola/book.git themes/book/ + rm -rf public/ zola build