Skip to content

Commit

Permalink
Don't upload sources
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 7, 2022
1 parent 98c82ab commit 5cc49b6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set Up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'

- name: Upgrade Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[docs]
- name: Make Localization for Docs
working-directory: ./docs
run: |
make gettext
- name: Crowdin Action
uses: crowdin/github-action@1.5.1
with:
upload_translations: true
upload_translations: false
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5cc49b6

Please sign in to comment.