Skip to content

Commit

Permalink
docs(deps): bump mkdocs-material to 7.1.4 (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerfred committed May 7, 2021
1 parent 04e98dc commit 74068fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Expand Up @@ -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.3 build --strict
run: docker run --rm --user "$(id -u):$(id -g)" -v "${PWD}:/docs" squidfunk/mkdocs-material:7.1.4 build --strict

- name: 'If a tagged version, fix canonical links and remove `404.html`'
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs.yml
Expand Up @@ -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.3 build --strict
run: docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:7.1.4 build --strict

0 comments on commit 74068fe

Please sign in to comment.