Fixed build break
This commit is contained in:
parent
5004581f3f
commit
b49407e899
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ rvm:
|
|||
- 2.1
|
||||
|
||||
install: gem install jekyll jekyll-paginate jemoji html-proofer
|
||||
script: JEKYLL_ENV=production jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
|
||||
script: jekyll serve --baseurl "" --detach && htmlproofer ./_site --disable-external --empty-alt-ignore
|
||||
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true JEKYLL_ENV=production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue