From 6345a4b1ec91d73e0b78d139d86b0fa85a496a13 Mon Sep 17 00:00:00 2001 From: Bill Hunt Date: Sun, 4 Feb 2024 19:00:11 -0500 Subject: [PATCH] Update jekyll-gh-pages.yml test --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 154a6a0..f142c26 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -36,7 +36,7 @@ jobs: source: ./ destination: ./_site - name: Index pages for search with Pagefind - run: npx pagefind --site _site + run: npx pagefind --site _site --output-subdir ../assets/pagefind timeout-minutes: 1 - name: Upload artifact uses: actions/upload-pages-artifact@v3