docs(ci): build new docs
All checks were successful
Deploy Sphinx Docs / build-and-deploy (push) Successful in 1m58s

This commit is contained in:
2026-02-12 14:15:30 +08:00
parent c70b7eb8d0
commit df40d98b5b

View File

@@ -36,12 +36,14 @@ jobs:
- name: Remove note i18n for local test
run: |
cd docs
FILE="source/index.rst"
if [ ! -f "$FILE" ]; then
echo "ERROR: $FILE not found!"
exit 1
fi
perl -0777 -i -pe 's/\.\. note::\s+\|NOTE_I18N\|\n//g' source/index.rst
cd ..
- name: Build Sphinx Documentation
run: |