From 9218800966a7d60b5173d272aa4da47791083cb5 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Thu, 9 Nov 2023 00:07:06 +0000 Subject: Fix up deployment and title page Fixes up the deployment script to work, and fix the markup in the title page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93319d6..4464408 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ clean: rm -rf target/ deploy: site - rsync target/ /var/www/ + rsync -rv --delete-delay target/* ben@ashardalon.com:/var/www/main/ -- cgit v1.2.3