From 65aa0cb25aca21486d21fdc5cc1ca928c620a541 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 18 Apr 2024 14:01:29 -0700 Subject: [PATCH] Fix `make site` not picking up new hugo updates --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ec3ee8336ad1..ade48fcbf7bc 100644 --- a/Makefile +++ b/Makefile @@ -926,6 +926,7 @@ endif site/themes/docsy/assets/vendor/bootstrap/package.js: ## update the website docsy theme git submodule git submodule update -f --init +.PHONY: out/hugo/hugo out/hugo/hugo: mkdir -p out (cd site/themes/docsy && npm install)