From efacdbb193d5c4090d26a016f5b3dacaf235519b Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 20 Nov 2021 01:49:32 +0300 Subject: update post-receive example hook i renamed arts to visual, remember? 7 files! --- post-receive.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-receive.example b/post-receive.example index 7d5c48c..1368671 100644 --- a/post-receive.example +++ b/post-receive.example @@ -21,8 +21,8 @@ BUNDLE_GEMFILE=$GEMFILE bundle exec jekyll build -s "$TMP_GIT_CLONE" -d "$PUBLIC # genterate thumbnails { - cp "$TMP_GIT_CLONE/art/thumbs.sh" "$PUBLIC_WWW/art/thumbs.sh" - cd "$PUBLIC_WWW/art" + cp "$TMP_GIT_CLONE/visual/thumbs.sh" "$PUBLIC_WWW/visual/thumbs.sh" + cd "$PUBLIC_WWW/visual" sh thumbs.sh rm thumbs.sh } -- cgit v1.2.3