We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fdde1 commit 6ea0c25Copy full SHA for 6ea0c25
build.sh
@@ -48,6 +48,10 @@ php index.php reindex
48
php -d memory_limit=512M index.php export_html
49
cd export && zip -qr ../webix.docs.html.zip ./ && cd ..
50
51
+php -d memory_limit=512M index.php sphinx
52
+cd search && zip -qr ../webix.docs.xml.zip ./ && cd ..
53
+
54
#store generated docs
55
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
57
aws --quiet s3 cp ./latest.txt s3://webix-packages/docs/latest.txt
0 commit comments