[GH-Actions][pages] Update mkdocs-material to 7.1.8
Dieser Commit ist enthalten in:
Ursprung
6892e0a1f7
Commit
173f689072
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
2
.github/workflows/gh-pages.yml
gevendort
2
.github/workflows/gh-pages.yml
gevendort
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install python3-pip
|
||||
pip install mkdocs-material==7.1.7 pygments==2.9.0 mkdocs-redirects==1.0.3
|
||||
pip install mkdocs-material==7.1.8 pygments==2.9.0 mkdocs-redirects==1.0.3
|
||||
|
||||
- name: Build site 🔧
|
||||
run: |
|
||||
|
|
|
@ -9,6 +9,6 @@ https://mailcow.github.io/mailcow-dockerized-docs
|
|||
To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter
|
||||
|
||||
```
|
||||
pip install mkdocs-material==7.1.7 pygments==2.9.0 mkdocs-redirects==1.0.3
|
||||
pip install mkdocs-material==7.1.8 pygments==2.9.0 mkdocs-redirects==1.0.3
|
||||
mkdocs serve
|
||||
```
|
||||
|
|
Laden …
In neuem Issue referenzieren