Skip to content

Commit 436e425

Browse files
authored
Merge pull request #30 from dasc-lab/feat/search
fixed pagefind version
2 parents a135204 + 062f57e commit 436e425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
--minify \
6363
--baseURL "${{ steps.pages.outputs.base_url }}/"
6464
- name: Index pagefind
65-
run: npx -y pagefind --source "public"
65+
run: npx -y pagefind@v1.2.0 --site "public"
6666
- name: Upload artifact
6767
uses: actions/upload-pages-artifact@v3
6868
with:

0 commit comments

Comments
 (0)