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