From 6892e0a1f75ee112b86f6527ffd606e1c78a5d36 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Sun, 6 Jun 2021 16:13:30 +0200 Subject: [PATCH] [GH-Actions][pages] Update mkdocs-material to 7.1.7 --- .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 9aaf95413..cdf77fc0e 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.6 pygments==2.9.0 mkdocs-redirects==1.0.3 + pip install mkdocs-material==7.1.7 pygments==2.9.0 mkdocs-redirects==1.0.3 - name: Build site 🔧 run: | diff --git a/README.md b/README.md index df9faf0dc..6befcbeb1 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.6 pygments==2.9.0 mkdocs-redirects==1.0.3 +pip install mkdocs-material==7.1.7 pygments==2.9.0 mkdocs-redirects==1.0.3 mkdocs serve ```