Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
  • Loading branch information
oprypin and ofek committed Oct 4, 2022
1 parent 709c450 commit 45bdc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Expand Up @@ -17,14 +17,14 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install -U wheel hatch babel
python -m pip install -U build babel
- name: Compile localization message files
run: |
pybabel compile --statistics --directory mkdocs/themes/mkdocs/locales
pybabel compile --statistics --directory mkdocs/themes/readthedocs/locales
- name: Build
run: |
hatch build
python -m build
- name: Publish
run: |
hatch publish
Expand Down

0 comments on commit 45bdc4b

Please sign in to comment.