Skip to content

Commit b44aa06

Browse files
committed
Debug GitHub Actions workflow
1 parent 8ab4e3d commit b44aa06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/documentation.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646

4747
- name: Install Python dependencies
4848
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
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
5454
5555
- name: Install Insiders build
5656
if: github.event.repository.fork == false

0 commit comments

Comments
 (0)