提交 8b081a30 编写于 作者: L lelelelelez

test=develop

上级 3cdba102
......@@ -21,8 +21,10 @@ if [ $? -eq 0 ];then
echo $api_files
cd $PWD/doc/fluid/api_cn/
for api_file in $api_files;do
echo 'api_file: '$api_file
python chinese_samplecode_processor.py $api_file
if [ "$api_file" != "fluid_cn/DistributeTranspiler_cn.rst" ];then
echo 'api_file: '$api_file
python chinese_samplecode_processor.py $api_file
fi
done
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册