From 901d00554cf5b56a6c6df110256789437985fbc9 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 18 Jul 2021 19:21:23 +0200 Subject: [PATCH] [GH-Actions][pages] Update mkdocs-material to 7.1.11 --- .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 f539edc2d..7b3ac61fb 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.10 pygments==2.9.0 mkdocs-redirects==1.0.3 + pip install mkdocs-material==7.1.11 pygments==2.9.0 mkdocs-redirects==1.0.3 - name: Build site 🔧 run: | diff --git a/README.md b/README.md index e30f2e930..75f507540 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.10 pygments==2.9.0 mkdocs-redirects==1.0.3 +pip install mkdocs-material==7.1.11 pygments==2.9.0 mkdocs-redirects==1.0.3 mkdocs serve ```