Skip to content

Commit d1e5f26

Browse files
committed
fix ci
1 parent 8de19f0 commit d1e5f26

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
6060
HUGO_ENVIRONMENT: production
6161
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'
62+
npm build:prod
6663
6764
- name: Upload artifact
6865
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)