Skip to content

Commit

Permalink
Merge pull request #30 from dasc-lab/feat/search
Browse files Browse the repository at this point in the history
fixed pagefind version
  • Loading branch information
dev10110 authored Nov 17, 2024
2 parents a135204 + 062f57e commit 436e425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Index pagefind
run: npx -y pagefind --source "public"
run: npx -y pagefind@v1.2.0 --site "public"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 436e425

Please sign in to comment.