mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Test documentation build
This commit is contained in:
parent
3054314eeb
commit
0ea07be14f
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user