mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-11 13:32:36 +01:00
.travis.yml: add --profile to build
This commit is contained in:
parent
bc28c61573
commit
753b08e142
@ -4,7 +4,7 @@ sudo: false
|
||||
|
||||
script:
|
||||
- gem install github-pages
|
||||
- jekyll build --drafts
|
||||
- jekyll build --drafts --profile
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user