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