# Full project: https://gitlab.com/pages/nanoc image: ruby:2.6 pages: script: - bundle install -j4 - nanoc artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH