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
3054314eeb
commit
0ea07be14f
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -43,8 +43,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
if: github.event.repository.fork == false
|
if: github.event.repository.fork == false
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: |
|
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 \
|
pip install \
|
||||||
mkdocs-minify-plugin>=0.3 \
|
mkdocs-minify-plugin>=0.3 \
|
||||||
mkdocs-redirects>=1.0
|
mkdocs-redirects>=1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user