提交 e6b5a3f0 编写于 作者: T tianshuo78520a 提交者: Tao Luo

Fix PR_CI_Document_Preview Job (#17514)

* test=develop

* test=develop
上级 daf88968
#!/bin/bash #!/bin/bash
PADDLE_ROOT=/paddle PADDLE_ROOT=/home
mkdir ${PADDLE_ROOT}
cd ${PADDLE_ROOT} cd ${PADDLE_ROOT}
pip install /paddle/build/opt/paddle/share/wheels/*.whl
git clone https://github.com/PaddlePaddle/FluidDoc git clone https://github.com/PaddlePaddle/FluidDoc
git clone https://github.com/tianshuo78520a/PaddlePaddle.org.git git clone https://github.com/tianshuo78520a/PaddlePaddle.org.git
sh ${PADDLE_ROOT}/FluidDoc/doc/fluid/api/gen_doc.sh cd ${PADDLE_ROOT}/FluidDoc/doc/fluid/api
pip install ${PADDLE_ROOT}/build/opt/paddle/share/wheels/*.whl sh gen_doc.sh
apt-get update && apt-get install -y python-dev build-essential apt-get update && apt-get install -y python-dev build-essential
cd ${PADDLE_ROOT}/PaddlePaddle.org/portal cd ${PADDLE_ROOT}/PaddlePaddle.org/portal
pip install -r requirements.txt pip install -r requirements.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册