From d8245f71dba84d4da86ef64563f337e864858762 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 2 Mar 2021 21:33:26 -0300 Subject: Makefile: use mv over rsync --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b166700..5f76883 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ dev-check: check clean: rm -rf public/ _site/ -public: - sh aux/workflow/public.sh website website public-inbox +public: clean + sh aux/workflow/public.sh website website public-inbox ||: mv public/index.html public/README.html JEKYLL_ENV=production jekyll build --trace - rsync -a _site/ public + mv _site public -publish: public +publish: clean public rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete serve: -- cgit v1.2.3