add more dependency
Build and Deploy Documentation / build-and-deploy (push) Successful in 19s

This commit is contained in:
2025-11-03 17:09:59 +01:00
parent 9022c4c1ad
commit fa342d7f8b
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: /opt/python-env/bin/pip install mkdocs-material mkdocs-macros-plugin mkdocs-git-revision-date-localized-plugin
run: /opt/python-env/bin/pip install mkdocs-material mkdocs-macros-plugin mkdocs-git-revision-date-localized-plugin tzdata
- name: Build mkdocs
run: |