Skip to content
Snippets Groups Projects
Commit 6dc327f6 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'patch-1' into 'master'

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

See merge request !61
parents 9ec71c3b 9d2a792d
No related branches found
No related tags found
1 merge request!61Update Jekyll.gitlab-ci.yml to have parity with pages/jekyll
Pipeline #
# 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