Added slash back into Makefile.

This commit is contained in:
Wen Kokke 2021-08-25 13:40:22 +01:00
parent e4d7c79aa6
commit 3fc94edf3d
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

View file

@ -127,15 +127,15 @@ publish: setup-check-rsync
@echo "Creating web branch"
git fetch --all
git checkout -b web --track origin/web
rsync -a \
--filter='P $(SITE_DIR)/' \
--filter='P $(CACHE_DIR)' \
--filter='P .git/' \
--filter='P .gitignore' \
--filter='P .stack-work' \
--filter='P .nojekyll' \
--filter='P CNAME' \
--delete-excluded \
rsync -a \
--filter='P $(SITE_DIR)/' \
--filter='P $(CACHE_DIR)/' \
--filter='P .git/' \
--filter='P .gitignore' \
--filter='P .stack-work' \
--filter='P .nojekyll' \
--filter='P CNAME' \
--delete-excluded \
$(SITE_DIR) .
git add -A
@echo "Publishing web branch"