stages: - deploy #before_script: # - gem install bundler deploy_site: stage: deploy script: - touch /tmp/foo # - bundle install --path=vendor/ # - bundle exec jekyll build # artifacts: # paths: # - _site/