Update MkDocs installation to include static i18n and PDF export dependencies
This commit is contained in:
@@ -35,7 +35,11 @@ jobs:
|
|||||||
fontconfig fonts-dejavu
|
fontconfig fonts-dejavu
|
||||||
|
|
||||||
- name: Install MkDocs
|
- name: Install MkDocs
|
||||||
run: pip install mkdocs-material mkdocs-to-pdf
|
run: |
|
||||||
|
pip install \
|
||||||
|
mkdocs-material \
|
||||||
|
mkdocs-static-i18n==1.3.1 \
|
||||||
|
mkdocs-to-pdf==0.11.2
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user