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
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

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