fix(i18n): exclude SDK files from automatic translation to prevent corruption (#1634)

* fix(i18n): exclude SDK files from automatic translation to prevent corruption

* fix(i18n): temporarily disable auto-translate action while fixing translation corruption

* disable i18n action
This commit is contained in:
Waleed
2025-10-14 19:09:19 -07:00
committed by GitHub
parent 36f2a62f3f
commit d325fdde6c
2 changed files with 9 additions and 7 deletions

View File

@@ -1,12 +1,13 @@
name: 'Auto-translate Documentation'
# Temporarily disabled
on:
push:
branches: [ staging ]
paths:
- 'apps/docs/content/docs/en/**'
- 'apps/docs/i18n.json'
workflow_dispatch: # Allow manual triggers
workflow_dispatch: # Allow manual triggers only
# push:
# branches: [ staging ]
# paths:
# - 'apps/docs/content/docs/en/**'
# - 'apps/docs/i18n.json'
permissions:
contents: write