File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
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%
4
4
ignore :
5
- - ' /docs/ _coverpage.md'
6
- - ' /docs/ _navbar.md'
5
+ - ' /_coverpage.md'
6
+ - ' /_navbar.md'
7
7
8
8
project_id_env : CROWDIN_PROJECT_ID
9
9
api_token_env : CROWDIN_PERSONAL_TOKEN
Original file line number Diff line number Diff line change 23
23
push_translations : false
24
24
config : ' .github/crowdin/crowdin-push.yml'
25
25
crowdin_branch_name : ${{ github.ref_name }}
26
- base_path : ${{ github.workspace }}
26
+ base_path : ${{ github.workspace }}/docs
27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
You can’t perform that action at this time.
0 commit comments