mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Debug GitHub Actions workflow
This commit is contained in:
parent
8ab4e3d7e4
commit
b44aa0641b
10
.github/workflows/documentation.yml
vendored
10
.github/workflows/documentation.yml
vendored
@ -46,11 +46,11 @@ jobs:
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip install . \
|
||||
mkdocs-git-committers-plugin-2>=0.4 \
|
||||
mkdocs-git-revision-date-plugin>=0.3 \
|
||||
mkdocs-minify-plugin>=0.3 \
|
||||
mkdocs-redirects>=1.0
|
||||
pip install .
|
||||
pip install mkdocs-git-committers-plugin-2>=0.4
|
||||
pip install mkdocs-git-revision-date-plugin>=0.3
|
||||
pip install mkdocs-minify-plugin>=0.3
|
||||
pip install mkdocs-redirects>=1.0
|
||||
|
||||
- name: Install Insiders build
|
||||
if: github.event.repository.fork == false
|
||||
|
Loading…
Reference in New Issue
Block a user