docs(deps): bump mkdocs-material to 7.1.3 (#1934)

* docs(deps): bump mkdocs-material to 7.1.3
This commit is contained in:
Frederic Werner 2021-04-24 22:30:01 +02:00 committed by GitHub
parent 5d357ef4bb
commit f6e3c3fcb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.2 build --strict
run: docker run --rm --user "$(id -u):$(id -g)" -v "${PWD}:/docs" squidfunk/mkdocs-material:7.1.3 build --strict
- name: 'If a tagged version, fix canonical links and remove `404.html`'
if: startsWith(github.ref, 'refs/tags/')

View file

@ -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.2 build --strict
run: docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:7.1.3 build --strict