mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 16:09:27 +01:00
17 lines
489 B
YAML
17 lines
489 B
YAML
language: ruby
|
|
sudo: false
|
|
script:
|
|
- gem install github-pages
|
|
- jekyll build --drafts
|
|
- python2 --version && python2 -m pip --version
|
|
- python2 -m pip install html5validator --user --upgrade
|
|
- ~/.local/bin/html5validator --root _site/ --ignore 'Bad value “Content-Security-Policy” for attribute “http-equiv” on element “meta”.' --blacklist r
|
|
rvm: 2.1
|
|
notifications:
|
|
email: false
|
|
matrix:
|
|
fast_finish: true
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|