We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9417678 commit 855ffbaCopy full SHA for 855ffba
.github/workflows/docs.yml
@@ -6,7 +6,7 @@ on:
6
pull_request: {}
7
env:
8
# renovate: datasource=docker depName=squidfunk/mkdocs-material
9
- MKDOCS_MATERIAL_VERSION: "9.6.14"
+ MKDOCS_MATERIAL_VERSION: "9.6.15"
10
# renovate: datasource=pypi depName=mkdocs-awesome-pages-plugin
11
MKDOCS_AWESOME_PAGES_PLUGIN_VERSION: "2.10.1"
12
jobs:
Dockerfile.docs
@@ -1,4 +1,4 @@
1
-FROM squidfunk/mkdocs-material:9.6.14
+FROM squidfunk/mkdocs-material:9.6.15
2
3
4
ENV MKDOCS_AWESOME_PAGES_PLUGIN_VERSION="2.10.1"
0 commit comments