From 81a05ad4327da2160b76d605b96d585e44c0ea51 Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Sun, 18 Apr 2021 13:25:06 +0200 Subject: [PATCH] docs(deps): update mkdocs-material to v7.1.2 (#1917) * docs(deps): update mkdocs-material to v7.1.2 --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/pr-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3ebb30df..bd11e290 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -41,7 +41,7 @@ jobs: - name: 'Build with mkdocs-material via Docker' working-directory: docs # --user is required for build output file ownership to match the CI user instead of the containers internal user - run: docker run --rm --user "$(id -u):$(id -g)" -v "${PWD}:/docs" squidfunk/mkdocs-material:7.1.1 build --strict + run: docker run --rm --user "$(id -u):$(id -g)" -v "${PWD}:/docs" squidfunk/mkdocs-material:7.1.2 build --strict - name: 'If a tagged version, fix canonical links and remove `404.html`' if: startsWith(github.ref, 'refs/tags/') diff --git a/.github/workflows/pr-docs.yml b/.github/workflows/pr-docs.yml index faacffe3..d7230eec 100644 --- a/.github/workflows/pr-docs.yml +++ b/.github/workflows/pr-docs.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/checkout@v2 - name: 'Build with mkdocs-material via Docker' - run: docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:7.1.1 build --strict + run: docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:7.1.2 build --strict