Skip to content

Commit fe1637c

Browse files
committed
chore: Upgrade mkdocs-material
1 parent ce0363c commit fe1637c

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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: 3.x
33-
- run: pip install mkdocs-material==8.5.11
33+
- run: pip install mkdocs-material==9.0.5
3434
- run: pip install mkdocs-awesome-pages-plugin==2.6.1
3535
- run: cd documentation && mkdocs build
3636
docs-deploy:
@@ -46,6 +46,6 @@ jobs:
4646
- uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.x
49-
- run: pip install mkdocs-material==8.5.11
49+
- run: pip install mkdocs-material==9.0.5
5050
- run: pip install mkdocs-awesome-pages-plugin==2.6.1
5151
- run: cd documentation && mkdocs gh-deploy --force

documentation/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:8.5.11
1+
FROM squidfunk/mkdocs-material:9.0.5
22

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

0 commit comments

Comments
 (0)