quentin.dufour.io/.webpull
2020-04-21 11:18:57 +02:00

8 lines
157 B
Bash
Executable file

#!/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