ci: use xhigh for docs translations

This commit is contained in:
Peter Steinberger 2026-04-28 09:19:46 +01:00
parent c8e1ce2da0
commit c2d3ccbdc3
No known key found for this signature in database

View File

@ -206,7 +206,7 @@ jobs:
--lang "${LOCALE}" \
--src en \
--mode doc \
--thinking high \
--thinking xhigh \
--parallel 8 \
"${DOC_FILES[@]}"
); then