From c069abc7d8775ce3cc49b31f28875a27ea8f47cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=99=93=E4=BC=9F?= <39303645+Shixiaowei02@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:58:38 +0800 Subject: [PATCH] Update gh pages build script (#3405) Signed-off-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com> --- jenkins/L0_Test.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 0d69018ade..a4e5543088 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -458,7 +458,9 @@ def runLLMDocBuild(pipeline, config) pip3 install -r requirements.txt && \ pip3 install git+https://github.com/sphinx-doc/sphinx.git@v7.4.7 && \ doxygen Doxygen && \ - make html + make html && \ + cd build/html && \ + touch .nojekyll """ ) }