From 4eb34004ed33e6a5f856ce4d5e667926d9d13808 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 22 Feb 2020 00:18:58 +0000 Subject: website: do not delete when publishing --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 8769ce5..6ebd583 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,7 +57,7 @@ package: $(gem) $(tgz) RSYNC = rsync publish_doc: all - $(RSYNC) --delete --exclude .gitignore -av \ + $(RSYNC) --exclude .gitignore -av \ www/ yhbt.net:/srv/yhbt/mahoro/ .PHONY: publish_doc package -- cgit v1.2.3-24-ge0c7