From 9ef646fbe29c36e723b326947e8f1f45b79ed0c1 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:48:31 +0100 Subject: [PATCH] Enable JSON clean up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6de622620..909e37fc0 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