- Notifications
You must be signed in to change notification settings - Fork2.8k
Commitae4ba3c
authored
Add a new GH Actions job to automatically update translated document pagse (#598)
This pull request adds a new GitHub Actions job to automate thetranslation of document pages.- Before this job can run, **OPENAI_API_KEY must be added to the projectsecrets.**- It typically takes 8–10 minutes using the o3 model, so the job isconfigured to run only when there are changes under docs/ or inmkdocs.yml.- The job commits and pushes the translated changes, but it does notdeploy the documents to GitHub Pages. If we think it’s better to deploythe latest changes automatically as well, I’m happy to update theworkflow. (Personally, I don’t think it’s necessary, since the changeswill be deployed with the next deployment job execution)1 parentaeb4381 commitae4ba3c
File tree
2 files changed
+49
-1
lines changed- .github/workflows
- docs/scripts
2 files changed
+49
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments
Comments
(0)