Skip to content

Commit

Permalink
ci: update base_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 24, 2024
1 parent 3d0514d commit a535688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/crowdin/crowdin-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
files:
- source: /docs/*.md
translation: /docs/%two_letters_code%/%original_file_name%
- source: /*.md
translation: /%two_letters_code%/%original_file_name%
ignore:
- '/docs/_coverpage.md'
- '/docs/_navbar.md'
- '/_coverpage.md'
- '/_navbar.md'

project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
push_translations: false
config: '.github/crowdin/crowdin-push.yml'
crowdin_branch_name: ${{ github.ref_name }}
base_path: ${{ github.workspace }}
base_path: ${{ github.workspace }}/docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit a535688

Please sign in to comment.