We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de19f0 commit d1e5f26Copy full SHA for d1e5f26
1 file changed
.github/workflows/hugo.yml
@@ -59,10 +59,7 @@ jobs:
59
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
60
HUGO_ENVIRONMENT: production
61
run: |
62
- hugo \
63
- --minify \
64
- --baseURL "${{ steps.pages.outputs.base_url }}/"
65
- npm_config_yes=true npx pagefind --site 'public' --output-path 'public/pagefind'
+ npm build:prod
66
67
- name: Upload artifact
68
uses: actions/upload-pages-artifact@v3
0 commit comments