Skip to content

Commit 6ea0c25

Browse files
committed
[dev] build produces xml file for search engine
1 parent a0fdde1 commit 6ea0c25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ php index.php reindex
4848
php -d memory_limit=512M index.php export_html
4949
cd export && zip -qr ../webix.docs.html.zip ./ && cd ..
5050

51+
php -d memory_limit=512M index.php sphinx
52+
cd search && zip -qr ../webix.docs.xml.zip ./ && cd ..
53+
5154
#store generated docs
5255
aws --quiet s3 cp ./webix.docs.html.zip s3://webix-packages/docs/docs_${LATEST}.html.zip
56+
aws --quiet s3 cp ./webix.docs.xml.zip s3://webix-packages/docs/docs_${LATEST}.xml.zip
5357
aws --quiet s3 cp ./latest.txt s3://webix-packages/docs/latest.txt

0 commit comments

Comments
 (0)