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:
parent
94dd748634
commit
3054314eeb
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 \
|
||||
|
@ -51,9 +51,14 @@ theme:
|
||||
# Default values, taken from mkdocs_theme.yml
|
||||
language: en
|
||||
features:
|
||||
- content.tabs.link
|
||||
# - navigation.instant
|
||||
- navigation.sections
|
||||
- navigation.tabs
|
||||
- navigation.tracking
|
||||
- search.highlight
|
||||
- search.share
|
||||
- search.suggest
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: indigo
|
||||
|
Loading…
Reference in New Issue
Block a user