mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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 }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- 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: |
|
run: |
|
||||||
pip install .
|
pip install .
|
||||||
pip install \
|
pip install \
|
||||||
|
|||||||
@@ -51,9 +51,14 @@ theme:
|
|||||||
# Default values, taken from mkdocs_theme.yml
|
# Default values, taken from mkdocs_theme.yml
|
||||||
language: en
|
language: en
|
||||||
features:
|
features:
|
||||||
|
- content.tabs.link
|
||||||
# - navigation.instant
|
# - navigation.instant
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
- navigation.tracking
|
||||||
|
- search.highlight
|
||||||
|
- search.share
|
||||||
|
- search.suggest
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
- scheme: default
|
||||||
primary: indigo
|
primary: indigo
|
||||||
|
|||||||
Reference in New Issue
Block a user