added sitemap.xml rsync recipe in Makefile

This commit is contained in:
ahmadbilalkhalid 2020-01-13 07:07:57 +05:00
parent cfdf9e68bb
commit 80413e598a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pull:
publish: pull build permissions publish: pull build permissions
rsync -av --delete --exclude .lektor/ $(BUILDDIR)/u/ $(DESTINATION) rsync -av --delete --exclude .lektor/ $(BUILDDIR)/u/ $(DESTINATION)
rsync -av --delete $(BUILDDIR)/sitemap.xml $(DESTINATION)
permissions: build permissions: build
find $(BUILDDIR) -type f -exec chmod 0644 {} \; find $(BUILDDIR) -type f -exec chmod 0644 {} \;
find $(BUILDDIR) -type d -exec chmod 0755 {} \; find $(BUILDDIR) -type d -exec chmod 0755 {} \;