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