From 6d883f1c5e618548d6df55fdc4e55d19cfc87864 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 29 Aug 2021 23:10:15 +0200 Subject: Fix: Rename watch target to serve Signed-off-by: Matthias Beyer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b52b5e4..388bf2d 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ blogimport: blogdir build: blogimport nix-shell -p zola --run "zola build" -watch: - nix-shell -p zola --run "zola watch" +serve: + nix-shell -p zola --run "zola serve" deploy: build rsync -arP ./public/ as:/srv/knowledge.beyermatthi.as/ -- cgit v1.2.3