Skip to content

Commit 31fad63

Browse files
committed
fix typo
1 parent 02a1206 commit 31fad63

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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: /docs/*.md
3+
translation: /docs/%two_letters_code%/%original_file_name%
44
ignore:
5-
- 'docs/_coverpage.md'
6-
- 'docs/_navbar.md'
5+
- '/docs/_coverpage.md'
6+
- '/docs/_navbar.md'
77

88
project_id_env: CROWDIN_PROJECT_ID
99
api_token_env: CROWDIN_PERSONAL_TOKEN

.github/workflows/crowdin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
push_translations: false
2424
crowdin_branch_name: ${{ env.BRANCH_NAME }}
2525
config: '.github/crowdin/crowdin-push.yml'
26+
base_path: ${{ github.workspace }}
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2829
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

0 commit comments

Comments
 (0)