stages:
  - deploy

#muss als root, wird daher manuell gemacht
#before_script:
#  - gem install bundler

deploy_site:
  stage: deploy
  script:
    - bundle install --path=vendor/
    - bundle exec jekyll build