Skip to content

Commit 2c09053

Browse files
committed
fix
1 parent d1e5f26 commit 2c09053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
6060
HUGO_ENVIRONMENT: production
6161
run: |
62-
npm build:prod
62+
npm run build:prod
6363
6464
- name: Upload artifact
6565
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)