quentin.dufour.io/.webpull

8 lines
158 B
Plaintext
Raw Normal View History

2020-04-21 09:18:09 +00:00
#!/bin/bash
#rm -f static # prevent collision with jekyll
2020-04-21 09:18:09 +00:00
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll build
ln -sf _site static