Skip to content

Commit 17e276f

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .github/workflows/documentation.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
- name: Install Python dependencies
4848
run: |
4949
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
50+
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"
5455
5556
- name: Install Insiders build
5657
if: github.event.repository.fork == false

0 commit comments

Comments
 (0)