mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
babel is required for deployment
This commit is contained in:
2
.github/workflows/deploy-release.yml
vendored
2
.github/workflows/deploy-release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
python -m pip install --upgrade pip setuptools wheel babel
|
||||
- name: Compile localization message files
|
||||
run: |
|
||||
python setup.py compile_catalog -t mkdocs
|
||||
|
||||
Reference in New Issue
Block a user