Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
First attempt at indexing for search after push.
  • Loading branch information
krusynth committed Feb 4, 2024
1 parent 912bf9e commit 8c5aa85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
source: ./
destination: ./_site
- name: Index pages for search with Pagefind
uses: mikeal/npx@master
with:
args: pagefind --site _site --output-subdir ../assets/pagefind
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 8c5aa85

Please sign in to comment.