From ed010d7f7ceb9b2f13aee0b43eccad6e6daf1103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Tue, 21 Feb 2017 15:42:04 +0100 Subject: [PATCH] Disable JSON lint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 909e37fc0..6de622620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ mkdocs: # build pages - mkdocs build # compress search_index.json - - bash scripts/clean_json.sh site/mkdocs/search_index.json + #- bash scripts/clean_json.sh site/mkdocs/search_index.json # replace broken links in 404.html - sed -i 's,href="" title=",href="/" title=",g' site/404.html # compress sitemap -- GitLab