Skip to content

Translate lesson html files #5

Translate lesson html files

Translate lesson html files #5

Workflow file for this run

name: Translate lesson html files
on:
workflow_dispatch:
inputs:
name:
description: 'Who triggered this build?'
required: true
default: 'Maintainer (via GitHub)'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: DeepL Translate Github Action
uses: lyqht/deepl-translate-github-action@v2
with:
target_languages: es
input_file_path: episodes/01-intro.md
output_file_name_pattern: episodes/{language}/01-intro.md
deepl_api_key: ${{ secrets.DEEPL_API_KEY }}