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