From 6ea151823c1e5a7658b00400c93b2e9570235b71 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 12 Aug 2020 09:55:56 +0800 Subject: [PATCH] fix ci error (#2365) --- scripts/check_api_cn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check_api_cn.sh b/scripts/check_api_cn.sh index a986d3946..5d7dfe193 100644 --- a/scripts/check_api_cn.sh +++ b/scripts/check_api_cn.sh @@ -13,7 +13,9 @@ else pip install -U python/dist/paddlepaddle_gpu-0.0.0-cp27-cp27mu-linux_x86_64.whl fi + for files in `echo $git_files`;do + cd /FluidDoc grep "code-block" $files if [ $? -eq 0 ] ;then echo $files|grep 'doc/fluid/api_cn/.*/.*.rst' -- GitLab