Skip to content

Commit 8f1e39b

Browse files
committed
docs: Upgrade mkdocs-material
1 parent 9df6a1e commit 8f1e39b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: 3.x
37-
- run: pip install mkdocs-material==9.5.9
37+
- run: pip install mkdocs-material==9.5.15
3838
- run: pip install mkdocs-awesome-pages-plugin==2.8.0
3939
- run: mkdocs build
4040
docs-deploy:
@@ -50,6 +50,6 @@ jobs:
5050
- uses: actions/setup-python@v5
5151
with:
5252
python-version: 3.x
53-
- run: pip install mkdocs-material==9.5.9
53+
- run: pip install mkdocs-material==9.5.15
5454
- run: pip install mkdocs-awesome-pages-plugin==2.8.0
5555
- run: mkdocs gh-deploy --force

Dockerfile.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM squidfunk/mkdocs-material:9.5.9
1+
FROM squidfunk/mkdocs-material:9.5.15
22

33
RUN pip install mkdocs-awesome-pages-plugin==2.8.0

0 commit comments

Comments
 (0)