mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-04 06:22:10 -04:00
Test documentation build
This commit is contained in:
9
.github/workflows/documentation.yml
vendored
9
.github/workflows/documentation.yml
vendored
@@ -42,6 +42,15 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python dependencies
|
||||
if: github.event.repository.fork == false
|
||||
run: |
|
||||
pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git
|
||||
pip install \
|
||||
mkdocs-minify-plugin>=0.3 \
|
||||
mkdocs-redirects>=1.0
|
||||
|
||||
- name: Install Python dependencies
|
||||
if: github.event.repository.fork == true
|
||||
run: |
|
||||
pip install .
|
||||
pip install \
|
||||
|
||||
Reference in New Issue
Block a user