Skip to content
Snippets Groups Projects
Commit 9d2a792d authored by Adam Voss's avatar Adam Voss
Browse files

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

https://gitlab.com/pages/jekyll/blob/master/.gitlab-ci.yml

This also removes the comment about Jekyll version because this file does not specify a Jekyll version.  The version will be determined by the Gemfile[.lock] in the repository.
parent 9ec71c3b
No related branches found
No related tags found
1 merge request!61Update Jekyll.gitlab-ci.yml to have parity with pages/jekyll
# 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
 
Loading
Loading
@@ -25,4 +27,4 @@ pages:
- public
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment