Skip to content

chore(developer): update API docs (#672) #57

chore(developer): update API docs (#672)

chore(developer): update API docs (#672) #57

Workflow file for this run

name: Crowdin - Upload Sources
on:
push:
branches:
- main
workflow_dispatch:
jobs:
upload-sources:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Crowdin Action
uses: crowdin/github-action@v2
continue-on-error: true
with:
upload_sources: true
upload_translations: false
download_translations: false
config: src/content/crowdin.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}