Browse code

docs: compress search_content.json for release

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

Docker-DCO-1.1-Signed-off-by: unclejack <unclejacksons@gmail.com> (github: SvenDowideit)

unclejack authored on 2015/01/24 15:35:03
Showing 1 changed files
... ...
@@ -72,6 +72,8 @@ setup_s3() {
72 72
 
73 73
 build_current_documentation() {
74 74
 	mkdocs build
75
+	cd site/
76
+	gzip -9k search_content.json
75 77
 }
76 78
 
77 79
 upload_current_documentation() {