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