Skip to content

Commit d994db0

Browse files
committed
fixup! Switch to pagefind for search
Signed-off-by: adelaney21 <[email protected]>
1 parent 1b81a4e commit d994db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install pack
3232
uses: buildpacks/github-actions/[email protected]
3333
with:
34-
pack-version: '0.36.0'
34+
pack-version: '0.38.2'
3535
- name: Test
3636
run: make test
3737
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ build: $(HUGO_BIN) pack-version pack-docs-update
128128
@echo "> Building..."
129129
$(HUGO_BIN)
130130
# Github Workflows ensures `node` is installed.
131-
npx run pagefind --source ./public --destination ./public/pagefind
131+
npx pagefind --site ./public
132132

133133
.PHONY: test
134134
test: install-pack-cli check-pack-cli-version install-ugo

0 commit comments

Comments
 (0)