From 60f54f9b1ae92980d393a982b19e523e4ba6e10e Mon Sep 17 00:00:00 2001 From: mogador26 Date: Wed, 29 Nov 2023 13:49:35 +0100 Subject: [PATCH] add postbuild for pagefind --- ...ploy Eleventy with GitHub Pages_dependencies_preinstalled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy Eleventy with GitHub Pages_dependencies_preinstalled.yml b/.github/workflows/Deploy Eleventy with GitHub Pages_dependencies_preinstalled.yml index a2ee902..c6c1af8 100644 --- a/.github/workflows/Deploy Eleventy with GitHub Pages_dependencies_preinstalled.yml +++ b/.github/workflows/Deploy Eleventy with GitHub Pages_dependencies_preinstalled.yml @@ -34,6 +34,7 @@ jobs: run: | npm install npm run build-ghpages + npm run postbuild - name: fr fallback homepage run: "cp _site/fr/index.html _site/index.html" - name: Upload artifact