From 340d34556e2439fdde735fef4e034ac727dd45c1 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Sat, 10 Jul 2021 15:33:11 +0200 Subject: [PATCH] [GH-Actions][pages] Update mkdocs-material to 7.1.10 --- .github/workflows/gh-pages.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 159e6f6f1..f539edc2d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: run: | sudo apt-get -y update sudo apt-get -y install python3-pip - pip install mkdocs-material==7.1.9 pygments==2.9.0 mkdocs-redirects==1.0.3 + pip install mkdocs-material==7.1.10 pygments==2.9.0 mkdocs-redirects==1.0.3 - name: Build site 🔧 run: | diff --git a/README.md b/README.md index 5ca3a161e..e30f2e930 100644 --- a/README.md +++ b/README.md @@ -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.9 pygments==2.9.0 mkdocs-redirects==1.0.3 +pip install mkdocs-material==7.1.10 pygments==2.9.0 mkdocs-redirects==1.0.3 mkdocs serve ```