Fixed documentation workflow to use local versions

This commit is contained in:
squidfunk
2024-02-03 12:57:31 +07:00
parent 5e6f2a18ca
commit bcad9cecd1

View File

@@ -71,7 +71,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install mkdocs-material
pip install mkdocs-material[recommended,git,imaging]
pip install .[recommended,git,imaging]
- name: Install Insiders build
if: github.event.repository.fork == false