From 657f3bdd21dc6c7b652fcacdbf8caaf96579b12e Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Fri, 17 Nov 2023 14:26:17 +0100 Subject: [PATCH] gh action bump pagefind version to 1.0.4 Signed-off-by: Artem Navoiev --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 7af350ab9..5fd8a2625 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -7,7 +7,7 @@ on: - 'docs/**' workflow_dispatch: {} env: - PAGEFIND_VERSION: "1.0.3" + PAGEFIND_VERSION: "1.0.4" HUGO_VERSION: "latest" permissions: contents: read # This is required for actions/checkout and to commit back image update