diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index cad647e3d..1096bbaf5 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -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 diff --git a/apps/docs/i18n.json b/apps/docs/i18n.json index 771a5158c..aaa3ddc3a 100644 --- a/apps/docs/i18n.json +++ b/apps/docs/i18n.json @@ -11,7 +11,8 @@ "content/docs/[locale]/*.mdx", "content/docs/[locale]/*/*.mdx", "content/docs/[locale]/*/*/*.mdx" - ] + ], + "exclude": ["content/docs/[locale]/sdks/*.mdx"] } } }