We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b81a4e commit d994db0Copy full SHA for d994db0
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install pack
32
uses: buildpacks/github-actions/[email protected]
33
with:
34
- pack-version: '0.36.0'
+ pack-version: '0.38.2'
35
- name: Test
36
run: make test
37
env:
Makefile
@@ -128,7 +128,7 @@ build: $(HUGO_BIN) pack-version pack-docs-update
128
@echo "> Building..."
129
$(HUGO_BIN)
130
# Github Workflows ensures `node` is installed.
131
- npx run pagefind --source ./public --destination ./public/pagefind
+ npx pagefind --site ./public
132
133
.PHONY: test
134
test: install-pack-cli check-pack-cli-version install-ugo
0 commit comments