Skip to content
Snippets Groups Projects

Update Jekyll.gitlab-ci.yml to have parity with pages/jekyll

Merged username-removed-1099001 requested to merge (removed):patch-1 into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
# Jekyll version: 3.4.0
image: ruby:2.3
variables:
JEKYLL_ENV: production
before_script:
- bundle install
@@ -25,4 +27,4 @@ pages:
- public
only:
- master
\ No newline at end of file
Loading