fix: build + build command change

This commit is contained in:
sauravdhakal12
2025-12-29 21:36:37 +05:45
parent c940743fd8
commit 1c47537b54
32 changed files with 82 additions and 82 deletions

View File

@@ -20,7 +20,7 @@ jobs:
extended: true
- name: Build site
run: hugo --minify
run: hugo build --minify
- name: Deploy via rsync
uses: appleboy/scp-action@v0.1.7