Skip to content

Commit 3ed984d

Browse files
committed
Debug GitHub Actions workflow
1 parent 17e276f commit 3ed984d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/documentation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
run: |
4949
pip install .
5050
pip install \
51-
"mkdocs-git-committers-plugin-2>=0.4"
52-
"mkdocs-git-revision-date-plugin>=0.3"
53-
"mkdocs-minify-plugin>=0.3"
51+
"mkdocs-git-committers-plugin-2>=0.4" \
52+
"mkdocs-git-revision-date-plugin>=0.3" \
53+
"mkdocs-minify-plugin>=0.3" \
5454
"mkdocs-redirects>=1.0"
5555
5656
- name: Install Insiders build

0 commit comments

Comments
 (0)