Skip to content

Commit bcad9ce

Browse files
committed
Fixed documentation workflow to use local versions
1 parent 5e6f2a1 commit bcad9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Python dependencies
7272
run: |
7373
pip install mkdocs-material
74-
pip install mkdocs-material[recommended,git,imaging]
74+
pip install .[recommended,git,imaging]
7575
7676
- name: Install Insiders build
7777
if: github.event.repository.fork == false

0 commit comments

Comments
 (0)