We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6f2a1 commit bcad9ceCopy full SHA for bcad9ce
.github/workflows/documentation.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Install Python dependencies
72
run: |
73
pip install mkdocs-material
74
- pip install mkdocs-material[recommended,git,imaging]
+ pip install .[recommended,git,imaging]
75
76
- name: Install Insiders build
77
if: github.event.repository.fork == false
0 commit comments