Skip to content

Update example-workflow.yml #5

Update example-workflow.yml

Update example-workflow.yml #5

name: 'Example: Update Sphinx Translations'
on:
push:
branches:
- main
jobs:
update-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v1
- name: Update translations
uses: flaskcwg/[email protected]
with:
source_repo: 'https://github.com/flaskcwg/flask-docs-es'
target_branch: 'main'
languages: 'en,fr,de'