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 {} \;