From f363c3555008bd4ee82645ce7d46975b9f96fd6d Mon Sep 17 00:00:00 2001 From: Filipe Pina Date: Thu, 11 Apr 2024 13:21:37 +0100 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e09baa8..f410219 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ new: build: ifeq ($(CF_PAGES),1) -ifeq ($(CF_PAGES_BRANCH),production) +ifeq ($(CF_PAGES_BRANCH),main) hugo --minify else hugo --minify -b $$CF_PAGES_URL