From ab3b346cfc415b013adf55be3e4b6224a0335ad5 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:41:47 +0200 Subject: [PATCH] deps: update pagefind to v1.1.1 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dafa32d31..684f30ae19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,7 @@ EOT # pagefind installs the Pagefind runtime FROM base AS pagefind -ARG PAGEFIND_VERSION=1.1.0 +ARG PAGEFIND_VERSION=1.1.1 COPY --from=build /out ./public RUN --mount=type=bind,src=pagefind.yml,target=pagefind.yml \ npx pagefind@v${PAGEFIND_VERSION} --output-path "/pagefind" diff --git a/netlify.toml b/netlify.toml index ede05520bf..a69dd0a2fe 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,4 +9,4 @@ HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview" [context.deploy-preview] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.0" +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.1"