fix(docs): update docs and disable i18n action, upgrade turborepo (#3227)

* feat(i18n): change lockfile (#3216)

* fix: update i18n.lock

* feat(docs): enhance documentation with new sections on file handling, form deployment, quick reference, agent skills, and A2A integration

* fix(docs): update docs and disable i18n action

* fix build

---------

Co-authored-by: cherkanov_art <45258907+cherkanovart@users.noreply.github.com>
This commit is contained in:
Waleed
2026-02-16 00:14:45 -08:00
committed by waleed
parent d1d43b27bd
commit 40a3962c1e
11 changed files with 15 additions and 18 deletions

View File

@@ -1,10 +1,7 @@
name: 'Auto-translate Documentation'
on:
schedule:
# Run every Sunday at midnight UTC
- cron: '0 0 * * 0'
workflow_dispatch: # Allow manual triggers
workflow_dispatch: # Manual trigger only (scheduled runs disabled)
permissions:
contents: write