mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
ea064097fa
@ -229,6 +229,7 @@ Next, all dependencies need to be installed, which is done with:
|
|||||||
cd mkdocs-material
|
cd mkdocs-material
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install mkdocs-minify-plugin
|
pip install mkdocs-minify-plugin
|
||||||
|
pip install mkdocs-redirects
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ following contents:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
image: python:latest
|
image: python:latest
|
||||||
deploy:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user