mirror of https://github.com/docker/docs.git
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)
This commit is contained in:
parent
70ea474de9
commit
1e41d57bd4
|
@ -72,6 +72,8 @@ setup_s3() {
|
||||||
|
|
||||||
build_current_documentation() {
|
build_current_documentation() {
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
cd site/
|
||||||
|
gzip -9k search_content.json
|
||||||
}
|
}
|
||||||
|
|
||||||
upload_current_documentation() {
|
upload_current_documentation() {
|
||||||
|
|
Loading…
Reference in New Issue