Skip to content

Commit 6e49270

Browse files
Create sync.yml
1 parent bae6e02 commit 6e49270

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/sync.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 'Example: Update Sphinx Translations'
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update-translations:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout the repository
14+
uses: actions/checkout@v1
15+
16+
- name: Update translations
17+
uses: flaskcwg/[email protected]
18+
with:
19+
source_repo: 'https://github.com/pallets/flask'
20+
target_branch: 'main'
21+
languages: 'es'

0 commit comments

Comments
 (0)