From 81b8deb4cf562486b8083fd5c3eb2fc3f0e28fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Tue, 6 Aug 2024 18:45:02 +0200 Subject: [PATCH] build dst --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ee28b85..684c958 100755 --- a/build.sh +++ b/build.sh @@ -3,8 +3,8 @@ set -x # bad start, we should build to a tmp dir +rm -rf _site mkdir -p _site -rm -rf _site/* touch _site/index.md buildDate="$(date '+%d %b %Y')"