From eb05b748c0efd42b39855e73550f6c502522f20e Mon Sep 17 00:00:00 2001 From: Bill Hunt Date: Sun, 4 Feb 2024 19:31:33 -0500 Subject: [PATCH] Update jekyll-gh-pages.yml --- .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 154dd29..45a66f6 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 --verbose --site _site --output-subdir ./assets/pagefind + run: ls -al _site && whoami && npx pagefind --verbose --site _site --output-subdir /tmp/pagefind && ls -al /tmp/pagefind timeout-minutes: 1 - name: Upload artifact uses: actions/upload-pages-artifact@v3