aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /Makefile
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 911adf8..dd43c84 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ deploy:
git add .
git ci -m "Auto-commit $(shell date '+%Y-%m-%d')"
git push
+ rm -rf public
+ python3 create_adoc.py
hugo --gc --noBuildLock
rsync -avz --delete public/ neonxp@192.168.50.30:/var/www/neonxp.ru