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" @echo "Creating web branch"
git fetch --all git fetch --all
git checkout -b web --track origin/web git checkout -b web --track origin/web
rsync -a \ rsync -a \
--filter='P $(SITE_DIR)/' \ --filter='P $(SITE_DIR)/' \
--filter='P $(CACHE_DIR)' \ --filter='P $(CACHE_DIR)/' \
--filter='P .git/' \ --filter='P .git/' \
--filter='P .gitignore' \ --filter='P .gitignore' \
--filter='P .stack-work' \ --filter='P .stack-work' \
--filter='P .nojekyll' \ --filter='P .nojekyll' \
--filter='P CNAME' \ --filter='P CNAME' \
--delete-excluded \ --delete-excluded \
$(SITE_DIR) . $(SITE_DIR) .
git add -A git add -A
@echo "Publishing web branch" @echo "Publishing web branch"