mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed documentation workflow to use local versions
This commit is contained in:
parent
5e6f2a18ca
commit
bcad9cecd1
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
pip install mkdocs-material[recommended,git,imaging]
|
pip install .[recommended,git,imaging]
|
||||||
|
|
||||||
- name: Install Insiders build
|
- name: Install Insiders build
|
||||||
if: github.event.repository.fork == false
|
if: github.event.repository.fork == false
|
||||||
|
Loading…
Reference in New Issue
Block a user