From ff4359305c39c12b718a65bfd0c957b77214321b Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 9 Jan 2020 20:43:45 +1030 Subject: improve live.sh --- live.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/live.sh b/live.sh index a5f79ee..cc8f059 100755 --- a/live.sh +++ b/live.sh @@ -1,3 +1,9 @@ +cd content +git pull +cd .. +git pull +make clean +make ./generate cp -r output/* /var/www/html chmod -R +r /var/www/html/blog -- cgit v1.2.3