From 80413e598a35bdc3c9b96a907352c26c6abee79e Mon Sep 17 00:00:00 2001 From: meow Date: Mon, 13 Jan 2020 07:07:57 +0500 Subject: [PATCH] added sitemap.xml rsync recipe in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d6a3f4..b9fd51b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ pull: publish: pull build permissions rsync -av --delete --exclude .lektor/ $(BUILDDIR)/u/ $(DESTINATION) - + rsync -av --delete $(BUILDDIR)/sitemap.xml $(DESTINATION) permissions: build find $(BUILDDIR) -type f -exec chmod 0644 {} \; find $(BUILDDIR) -type d -exec chmod 0755 {} \;