Updated the upload_docs.yml workflow (added the mkdocs-static-i18n dependency)

This commit is contained in:
Mathias Wagner
2023-05-29 18:15:41 +02:00
parent c0e2939833
commit a992b4c779

View File

@@ -15,7 +15,7 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: pip install mkdocs-material
run: pip install mkdocs-material mkdocs-static-i18n
- name: Deploy documentation
run: mkdocs gh-deploy --force