Skip to content

Commit

Permalink
fix: changelog copy
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Nov 18, 2019
1 parent b90521b commit a022a99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ cd ${currPath}
cp -R ${basepath}/public/documents/zh/ ${basepath}/../echarts-www/documents/zh/
cp -R ${basepath}/public/documents/en/ ${basepath}/../echarts-www/documents/en/

cp ${basepath}/public/en/documents/en/changelog.html ${basepath}/../echarts-www/documents/en/
cp ${basepath}/public/zh/documents/zh/changelog.html ${basepath}/../echarts-www/documents/zh/

# Copy asset.
# Do not rm, keep option3.json
cp -R ${basepath}/asset/ ${basepath}/../echarts-www/documents/asset/
Expand Down

0 comments on commit a022a99

Please sign in to comment.