Skip to content

Commit

Permalink
Feat: README.md 자동 번역 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtossDragoon committed May 18, 2024
1 parent 1cc8272 commit e01f99b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/translate-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Translate Readme

on:
push:
branches: ['**']

jobs:
translate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 3

- name: Auto Translate
uses: Lin-jun-xiang/action-translate-readme@v2
with:
token: ${{ secrets.PAT_PROTOSSDRAGOON_FOR_ACTIONBOT }}
g4f_provider: g4f.Provider.DeepAi # You can change this provider
langs: "zh-CN,en-US"

0 comments on commit e01f99b

Please sign in to comment.