Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krusynth committed Feb 5, 2024
1 parent eb05b74 commit ee44d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
source: ./
destination: ./_site
- name: Index pages for search with Pagefind
run: ls -al _site && whoami && npx pagefind --verbose --site _site --output-subdir /tmp/pagefind && ls -al /tmp/pagefind
run: sudo npx pagefind --verbose --site _site --output-subdir ../assets/pagefind
timeout-minutes: 1
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ee44d80

Please sign in to comment.