Skip to content

Commit

Permalink
Don't make docs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 10, 2022
1 parent d71d857 commit e9356e5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ 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@Version-1.5.2
env:
Expand Down

0 comments on commit e9356e5

Please sign in to comment.