From a458d401117f03417cce6abbe751a9032113bbb4 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Fri, 3 Mar 2023 15:31:59 +0000 Subject: [PATCH] add update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..0e5bd43 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +git pull +cd src/blog +zola build