Skip to content

Commit 6015306

Browse files
committed
ci: update base_path
1 parent 462b475 commit 6015306

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/crowdin/crowdin-push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
files:
2-
- source: /docs/*.md
3-
translation: /docs/%two_letters_code%/%original_file_name%
2+
- source: /*.md
3+
translation: /%two_letters_code%/%original_file_name%
44
ignore:
5-
- '/docs/_coverpage.md'
6-
- '/docs/_navbar.md'
5+
- '/_coverpage.md'
6+
- '/_navbar.md'
77

88
project_id_env: CROWDIN_PROJECT_ID
99
api_token_env: CROWDIN_PERSONAL_TOKEN

.github/workflows/crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
push_translations: false
2424
config: '.github/crowdin/crowdin-push.yml'
2525
crowdin_branch_name: ${{ github.ref_name }}
26-
base_path: ${{ github.workspace }}
26+
base_path: ${{ github.workspace }}/docs
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

0 commit comments

Comments
 (0)