Skip to content

Update 02_zsh_plugin_standard.mdx (#538) #157

Update 02_zsh_plugin_standard.mdx (#538)

Update 02_zsh_plugin_standard.mdx (#538) #157

---
name: "🌐 Crowdin Upload"
on:
push:
branches: [main]
paths:
- "docs/**"
- "blog/**"
- "community/**"
- "ecosystem/**"
- "src/pages/**"
workflow_dispatch: {}
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
CROWDIN_PROJECT: ${{ secrets.CROWDIN_PROJECT }}
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
jobs:
upload:
runs-on: ubuntu-latest
environment: Crowdin
timeout-minutes: 10
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: "⤵️ Check out code from GitHub"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "🚀 Crowdin Upload"
uses: crowdin/[email protected]
with:
upload_sources: true
upload_translations: false
download_translations: false
upload_sources_args: "--delete-obsolete"