1
0
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:
squidfunk 2020-11-29 19:47:10 +01:00
commit ea064097fa
2 changed files with 2 additions and 1 deletions

View File

@ -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
```

View File

@ -101,7 +101,7 @@ following contents:
``` yaml
image: python:latest
deploy:
pages:
stage: deploy
only:
- master