This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new ab62d47 update readme about build. ab62d47 is described below commit ab62d477a3806b73edb4a6ad6448323d679bba4f Author: 100pah <sushuang0...@gmail.com> AuthorDate: Tue Dec 31 18:41:19 2019 +0800 update readme about build. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index d5c633e..0da166e 100644 --- a/README.md +++ b/README.md @@ -88,28 +88,6 @@ node build-example.js ### If `incubator-echarts-website` needs to be built and published -**Clear** -```shell -rm -r ${ECHARTS_BASE}/echarts-www/release -rm ${ECHARTS_BASE}/echarts-www/echarts-www.zip -``` - -**Build `echarts-examples`** -```shell -sh ${ECHARTS_BASE}/echarts-examples/release.sh --env asf -# sh ${ECHARTS_BASE}/echarts-examples/release.sh --env echartsjs -``` - -**Build `echarts-doc`** -Ensure "echarts-doc" is on the correct git branch (`relase` branch). -```shell -sh ${ECHARTS_BASE}/echarts-doc/release.sh --env asf -# sh ${ECHARTS_BASE}/echarts-doc/release.sh --env echartsjs -ls -alF ${ECHARTS_BASE}/echarts-www/documents/cn -ls -alF ${ECHARTS_BASE}/echarts-www/documents/en -ls -alF ${ECHARTS_BASE}/echarts-www/documents/asset/ -``` - **Build `echarts-www`** ```shell sh ${ECHARTS_BASE}/echarts-www/release.sh --env asf --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org