Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Mar 17, 2024
1 parent d192470 commit 9ce6cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.11"

- name: Install sphinx
run: pip install -U sphinx sphinx-intl
run: pip install -U sphinx

- name: Change directory
run: cd docs
Expand All @@ -32,6 +32,6 @@ jobs:

- name: Update pot files
run: crowdin update sources --no-progress
with:
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit 9ce6cd7

Please sign in to comment.