image: ruby pages: stage: build script: - gem install jekyll - bundle install - bundle exec jekyll build -d public artifacts: paths: - public only: - master