Skip to content

Commit

Permalink
docs: Upgrade mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 24, 2024
1 parent 9df6a1e commit 8f1e39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material==9.5.9
- run: pip install mkdocs-material==9.5.15
- run: pip install mkdocs-awesome-pages-plugin==2.8.0
- run: mkdocs build
docs-deploy:
Expand All @@ -50,6 +50,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material==9.5.9
- run: pip install mkdocs-material==9.5.15
- run: pip install mkdocs-awesome-pages-plugin==2.8.0
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM squidfunk/mkdocs-material:9.5.9
FROM squidfunk/mkdocs-material:9.5.15

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

0 comments on commit 8f1e39b

Please sign in to comment.