Skip to content

Commit

Permalink
docs: Upgrade mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jun 19, 2023
1 parent 18100ae commit ce58474
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@v4
with:
python-version: 3.x
- run: pip install mkdocs-material==9.1.15
- run: pip install mkdocs-material==9.1.16
- 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@v4
with:
python-version: 3.x
- run: pip install mkdocs-material==9.1.15
- run: pip install mkdocs-material==9.1.16
- 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.1.15
FROM squidfunk/mkdocs-material:9.1.16

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

0 comments on commit ce58474

Please sign in to comment.