diff --git a/.webpull b/.webpull new file mode 100644 index 0000000..8ac278f --- /dev/null +++ b/.webpull @@ -0,0 +1,7 @@ +#!/bin/bash + +rm -f static # prevent collision with jekyll +bundle config set path 'vendor/bundle' +bundle install +bundle exec jekyll build +ln -sf _site static