mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 00:49:28 +01:00
Mikaela Suomalainen
5beffad387
Apparently it's upset with matrix.to link that is not exactly under my control so I opt to ignore it instead. I hope this will work.
21 lines
409 B
YAML
21 lines
409 B
YAML
language: python
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- openjdk-8-jre # install Java8 as required by vnu.jar
|
|
|
|
before_install:
|
|
- gem install github-pages #jekyll-theme-midnight
|
|
|
|
install:
|
|
- pip install html5validator
|
|
|
|
script:
|
|
- jekyll build --drafts --profile
|
|
- html5validator --root _site/ --also-check-css --blacklist r or ir pages/discuss
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|