Fix icescrum and try to be less invasive

This commit is contained in:
Quentin 2020-04-23 10:18:36 +02:00
parent 32fdaa1683
commit a31c0db3f2
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
rm -f static # prevent collision with jekyll
#rm -f static # prevent collision with jekyll
bundle config set path 'vendor/bundle'
bundle install
bundle exec jekyll build