From 2fb170a60da25717aee2909522b2314a321c0941 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 23 Nov 2021 01:53:51 -0600 Subject: [PATCH] Update --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 12d9aad..2da0b80 100644 --- a/.build.yml +++ b/.build.yml @@ -9,6 +9,6 @@ sources: tasks: - build: | cd blog - hugo + hugo --baseURL https://mzhang.io - upload: | - scp -r public sourcehutBuilds@mzhang.io:/mnt/storage/svcdata/blog-public + rsync -azP public/ sourcehutBuilds@mzhang.io:/mnt/storage/svcdata/blog-public