From 0d0905a7651b2cfb36998d094d24470f6e91afd3 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 17 Feb 2024 22:09:59 +0000 Subject: [PATCH] starters: port docs template Close #3010 --- starters/documentation/netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index e35a1fca..5a06ecd9 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -1,9 +1,9 @@ [build] - command = "hugo --gc --minify -b $URL" + command = "hugo --gc --minify -b $URL && npx pagefind --source 'public'" publish = "public" [build.environment] - HUGO_VERSION = "0.119.0" + HUGO_VERSION = "0.122.0" HUGO_ENABLEGITINFO = "true" [context.production.environment]