Skip to content

Commit 8ab4e3d

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/documentation.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646

4747
- name: Install Python dependencies
4848
run: |
49-
pip install .
50-
pip install \
49+
pip install . \
5150
mkdocs-git-committers-plugin-2>=0.4 \
5251
mkdocs-git-revision-date-plugin>=0.3 \
5352
mkdocs-minify-plugin>=0.3 \
54-
mkdocs-redirects>=1.0 \
55-
mkdocs-rss-plugin>=0.17
53+
mkdocs-redirects>=1.0
5654
5755
- name: Install Insiders build
5856
if: github.event.repository.fork == false

0 commit comments

Comments
 (0)