forked from quentin/quentin.dufour.io
Add a webpull file
This commit is contained in:
parent
8cd2be89cf
commit
dc12555714
1 changed files with 7 additions and 0 deletions
7
.webpull
Normal file
7
.webpull
Normal 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
|
Loading…
Reference in a new issue