Skip to content
Snippets Groups Projects
Verified Commit 203554ba authored by David Mehren's avatar David Mehren
Browse files

Add Gitlab Pages

parent 77788e5f
No related branches found
No related tags found
No related merge requests found
Pipeline #880 passed
image: ruby:2.6
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script:
- bundle install
test:
stage: test
script:
- bundle exec jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master
source "https://rubygems.org"
ruby RUBY_VERSION
# This will help ensure the proper Jekyll version is running.
gem "jekyll", "3.8.5"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment