From e09c2afe5f6bc1782c8b7a4b7e8acb9d10e7c87d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 19 Apr 2022 00:47:47 +0300 Subject: fix build script and post-receive hook *facepalm* --- post-receive.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post-receive.example') diff --git a/post-receive.example b/post-receive.example index 84a5b6c..da32264 100644 --- a/post-receive.example +++ b/post-receive.example @@ -14,7 +14,7 @@ export AAOTH_ROOT AAOTH_GEMROOT git clone -b main "$GIT_REPO" "$TMP_GIT_CLONE" # build the site -cd "$TMP_GIT_CLONE" && sh build.sh +cd "$TMP_GIT_CLONE" && ./build.sh # clean up rm -Rf "$TMP_GIT_CLONE" -- cgit v1.2.3