Skip to content

LocalizeContent

LocalizeContent #3

Workflow file for this run

name: LocalizeContent
#on:
# push:
# branches:
# - feature/localizecontent
on: workflow_dispatch
jobs:
google:
name: Google Translate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fabasoad/translation-action@main
id: google-step
with:
provider: google
lang: de-en
source: ./docs
- name: Print the result
run: echo "Translation is '${{ steps.google-step.outputs.text }}'"
shell: sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: ./docs/_en