From 9e9a21edac15f5d8ee9f7119b3b11a264dbeb4ad Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 9 Jul 2022 01:50:45 -0700 Subject: [PATCH] makefile: fix publish location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0b9471..e24fcd5 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ preview: build zola serve publish: build - rsync -av --delete public/ /opt/uninsane/zola/ + rsync -av --delete public/ /var/lib/uninsane/zola/