2
0

Remove rbenv-bundler from GitLab Pages config.

This commit is contained in:
Maarten Billemont 2018-06-05 11:37:31 -04:00
parent e568b5a9da
commit 0d37c45dbe

View File

@ -17,13 +17,10 @@ build_project:
only: only:
- master - master
before_script:
- bundle install
pages: pages:
stage: build stage: build
script: script:
- bundle exec jekyll build -d public - exec jekyll build -d public
artifacts: artifacts:
paths: paths:
- public - public