Fixed documentation workflow to use local versions
This commit is contained in:
parent
5e6f2a18ca
commit
bcad9cecd1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue