Skip to content
Snippets Groups Projects
Verified Commit e98ec345 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Gitlab CI

parent fd76e27e
Branches
No related tags found
No related merge requests found
Pipeline #432 passed
variables:
TERM: linux
JEKYLL_ENV: production
before_script:
- export LC_ALL="C.UTF-8"
- export LANG="en_US.UTF-8"
- export LANGUAGE="en_US.UTF-8"
- export GEM_HOME=$HOME/gems
- export PATH=$HOME/gems/bin:$PATH
- gem install jekyll
- gem install bundler
- bundle install
job:
stage: build
tags:
- jekyll
script:
- bundle exec jekyll build
artifacts:
paths:
- _site
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment