We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4e3d commit b44aa06Copy full SHA for b44aa06
.github/workflows/documentation.yml
@@ -46,11 +46,11 @@ jobs:
46
47
- name: Install Python dependencies
48
run: |
49
- pip install . \
50
- mkdocs-git-committers-plugin-2>=0.4 \
51
- mkdocs-git-revision-date-plugin>=0.3 \
52
- mkdocs-minify-plugin>=0.3 \
53
- mkdocs-redirects>=1.0
+ pip install .
+ pip install mkdocs-git-committers-plugin-2>=0.4
+ pip install mkdocs-git-revision-date-plugin>=0.3
+ pip install mkdocs-minify-plugin>=0.3
+ pip install mkdocs-redirects>=1.0
54
55
- name: Install Insiders build
56
if: github.event.repository.fork == false
0 commit comments