docs(ci): remove note i18n for local test
All checks were successful
Deploy Sphinx Docs / build-and-deploy (push) Successful in 2m8s

This commit is contained in:
2026-02-12 14:06:08 +08:00
parent 14fc4f8282
commit f0edde1e02

View File

@@ -34,6 +34,9 @@ jobs:
run: |
uv sync --all-groups --no-progress
- name: Remove note i18n for local test
run: perl -0777 -i -pe 's/\.\. note::\s+\|NOTE_I18N\|\n//g' source/index.rst
- name: Build Sphinx Documentation
run: |
cd docs