Test documentation build

This commit is contained in:
squidfunk 2021-06-15 10:55:13 +02:00
parent 94dd748634
commit 3054314eeb
2 changed files with 14 additions and 0 deletions

View File

@ -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 \

View File

@ -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