11 lines
275 B
YAML
11 lines
275 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.5
|
|
|
|
install: gem install jekyll jekyll-paginate jemoji html-proofer
|
|
script: jekyll serve --baseurl "" --detach && htmlproofer ./_site --disable-external --empty-alt-ignore
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true JEKYLL_ENV=production
|