Add a webpull file

This commit is contained in:
Quentin 2020-04-21 11:18:09 +02:00
parent 8cd2be89cf
commit dc12555714
1 changed files with 7 additions and 0 deletions

7
.webpull Normal file
View File

@ -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