aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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