make build clean

This commit is contained in:
2025-05-20 23:17:10 -04:00
parent e8bce84bf8
commit 794723d726
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ deploy:
rsync -av public desk:/var/www/balki.me
build:
rm -rf public/*
hugo --logLevel debug
serve: