Skip to content

Commit

Permalink
Fix crowdin command
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Mar 17, 2024
1 parent 8e7e52a commit 60d45e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
working-directory: docs
run: sphinx-build -b gettext . _build/gettext

- name: Update pot files
- name: Upload pot files
working-directory: docs
run: crowdin update sources --no-progress
run: crowdin upload sources --no-progress
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit 60d45e5

Please sign in to comment.