There was an error while loading. Please reload this page.
1 parent b90521b commit a022a99Copy full SHA for a022a99
1 file changed
release.sh
@@ -32,6 +32,9 @@ cd ${currPath}
32
cp -R ${basepath}/public/documents/zh/ ${basepath}/../echarts-www/documents/zh/
33
cp -R ${basepath}/public/documents/en/ ${basepath}/../echarts-www/documents/en/
34
35
+cp ${basepath}/public/en/documents/en/changelog.html ${basepath}/../echarts-www/documents/en/
36
+cp ${basepath}/public/zh/documents/zh/changelog.html ${basepath}/../echarts-www/documents/zh/
37
+
38
# Copy asset.
39
# Do not rm, keep option3.json
40
cp -R ${basepath}/asset/ ${basepath}/../echarts-www/documents/asset/
0 commit comments