fix deploy-docs workflow

This commit is contained in:
Sina Atalay 2024-02-24 20:41:21 +01:00
parent 9f74706fea
commit 00054763fc
1 changed files with 1 additions and 2 deletions

View File

@ -33,6 +33,5 @@ jobs:
- name: Deploy documentation
run: |
pip install mkdocs-material
pip install mkdocstrings-python
pip install .[docs]
mkdocs gh-deploy --force