aboutsummaryrefslogtreecommitdiffstats
path: root/post-receive.example
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive.example')
-rw-r--r--post-receive.example4
1 files 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
}