Remove rbenv-bundler from GitLab Pages config.
This commit is contained in:
parent
e568b5a9da
commit
0d37c45dbe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user