Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a219940

Browse files
committed
Before generating pot files, download them
1 parent a0e8f4f commit a219940

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/upload-sources.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
- name: Install sphinx
3131
run: pip install -U sphinx
3232

33+
- name: Download pot files
34+
working-directory: docs
35+
run: crowdin download sources --no-progress
36+
env:
37+
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
38+
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
39+
3340
- name: Generate pot files
3441
working-directory: docs
3542
run: sphinx-build -b gettext . _build/gettext

0 commit comments

Comments
 (0)