Skip to content

Commit

Permalink
Update mkdocs_material (#9169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontagu committed Apr 5, 2024
1 parent 7501231 commit 8aeac1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
pdm venv create --with-pip --force $PYTHON
pdm install -G docs
pdm run python -m pip install https://files.scolvin.com/${MKDOCS_TOKEN}/mkdocs_material-9.4.2+insiders.4.42.0-py3-none-any.whl
pdm run python -m pip install https://files.scolvin.com/${MKDOCS_TOKEN}/mkdocs_material-9.5.17+insiders.4.53.5-py3-none-any.whl
env:
MKDOCS_TOKEN: ${{ secrets.MKDOCS_TOKEN }}

Expand Down
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ theme:
- content.code.copy
- announce.dismiss
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
- navigation.path
- navigation.top
- navigation.tracking
- search.suggest
- toc.follow
logo: 'logo-white.svg'
favicon: 'favicon.png'

Expand Down

0 comments on commit 8aeac1a

Please sign in to comment.