Skip to content

Commit be727c3

Browse files
committed
search
1 parent 4227a51 commit be727c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393
--gc \
9494
--minify \
9595
--baseURL "${{ steps.pages.outputs.base_url }}/"
96-
96+
97+
- name: Generate Pagefind search index
98+
run: npx pagefind --source "public"
99+
97100
- name: Upload artifact
98101
uses: actions/upload-pages-artifact@v3
99102
with:

0 commit comments

Comments
 (0)