diff --git a/Makefile b/Makefile index 3631bc0..10505f3 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,4 @@ watch: hugo server --minify --theme hugo-book deploy: - sudo rsync -auv . /var/www/tsguide.refl.fr/. - + sudo rsync -auv /var/www/tsguide.refl.fr/public/. /var/www/tsguide.refl.fr/.