Update gh pages build script (#3405)

Signed-off-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
This commit is contained in:
石晓伟 2025-04-09 19:58:38 +08:00 committed by GitHub
parent 4d78f51608
commit c069abc7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
"""
)
}