Building translation files for the i18n library
Place in a .yml
file such as this one in your .github/workflows
folder. Refer to the documentation on workflow YAML syntax here.
name: Build Files
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: docker://textadi/build-language-i18n-action:v1
env:
DIR: src
You can also use an image from the repository.
To do this, specify text-adi/build-language-i18n-action@v1
instead of docker://textadi/build-language-i18n-action:v1
Key | Value | Suggested Type | Required | Default |
---|---|---|---|---|
DIR |
Directory for build language files For example, src . Defaults to the root of the bucket. |
env |
No | ./ (root of bucket) |