1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Test documentation build

This commit is contained in:
squidfunk 2021-06-15 10:57:55 +02:00
parent 3054314eeb
commit 0ea07be14f

View File

@ -43,8 +43,10 @@ jobs:
- name: Install Python dependencies
if: github.event.repository.fork == false
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install \
mkdocs-minify-plugin>=0.3 \
mkdocs-redirects>=1.0