From 3207cd3b1e579e6f767de326a838ce3f0eefabb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 28 Aug 2018 23:58:45 +0100 Subject: [PATCH] Delete content of public and drafts folders, not the folders themselves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6a934be..2ae82e4 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,11 @@ # all: - rm -rf public + rm -rf public/* hugo --debug --destination public drafts: - rm -rf drafts + rm -rf drafts/* hugo --debug --baseUrl "https://test.bouah.net" \ --buildDrafts --buildFuture --destination drafts