Skip to content

Commit

Permalink
Add Pagefind step to hugo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 30, 2024
1 parent e7d8cbf commit 234e934
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 156 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/compliance-test.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--source website \
--destination public
# Run pagefind to add search functionality
# Reference: https://pagefind.app/docs/
npx -y pagefind --site public
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/s3-test.yaml

This file was deleted.

0 comments on commit 234e934

Please sign in to comment.