We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198c5ba commit de85739Copy full SHA for de85739
1 file changed
.github/workflows/hugo.yml
@@ -53,6 +53,7 @@ jobs:
53
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
54
HUGO_ENVIRONMENT: production
55
run: |
56
+ npm_config_yes=true npx pagefind --site 'public' --output-path 'static/pagefind'
57
hugo \
58
--minify \
59
--baseURL "${{ steps.pages.outputs.base_url }}/"
0 commit comments