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