Skip to content

Commit

Permalink
chore: Upgrade mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Sep 22, 2021
1 parent 2ef8825 commit b9cfc33
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@v2
with:
python-version: 3.x
- run: pip install mkdocs-material==7.1.10
- run: pip install mkdocs-material==7.2.8
- run: pip install mkdocs-awesome-pages-plugin==2.5.0
- run: mkdocs build
docs-deploy:
Expand All @@ -50,6 +50,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material==7.1.9
- run: pip install mkdocs-material==7.2.8
- run: pip install mkdocs-awesome-pages-plugin==2.5.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:7.1.10
FROM squidfunk/mkdocs-material:7.2.8

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

0 comments on commit b9cfc33

Please # to comment.