[docs] Add simple script to build site locally

Also add more excludes for jekyll
This commit is contained in:
Andreas Dangel
2018-10-03 11:42:35 +02:00
parent 50b2368335
commit 04ba93bf0b
5 changed files with 28 additions and 7 deletions

3
docs/build-docs.sh Normal file
View File

@ -0,0 +1,3 @@
bundle install --path vendor/bundle
bundle update
bundle exec jekyll build