mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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
|
||||
pip install -r requirements.txt
|
||||
pip install mkdocs-minify-plugin
|
||||
pip install mkdocs-redirects
|
||||
npm install
|
||||
```
|
||||
|
||||
|
@ -101,7 +101,7 @@ following contents:
|
||||
|
||||
``` yaml
|
||||
image: python:latest
|
||||
deploy:
|
||||
pages:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user