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
b44aa0641b
commit
17e276fe6b
9
.github/workflows/documentation.yml
vendored
9
.github/workflows/documentation.yml
vendored
@ -47,10 +47,11 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install .
|
pip install .
|
||||||
pip install mkdocs-git-committers-plugin-2>=0.4
|
pip install \
|
||||||
pip install mkdocs-git-revision-date-plugin>=0.3
|
"mkdocs-git-committers-plugin-2>=0.4"
|
||||||
pip install mkdocs-minify-plugin>=0.3
|
"mkdocs-git-revision-date-plugin>=0.3"
|
||||||
pip install mkdocs-redirects>=1.0
|
"mkdocs-minify-plugin>=0.3"
|
||||||
|
"mkdocs-redirects>=1.0"
|
||||||
|
|
||||||
- name: Install Insiders build
|
- name: Install Insiders build
|
||||||
if: github.event.repository.fork == false
|
if: github.event.repository.fork == false
|
||||||
|
Loading…
Reference in New Issue
Block a user