Skip to content

Commit

Permalink
fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsdvl committed Nov 7, 2024
1 parent 11d02a1 commit a7e3e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.10'
- name: install mkdocs-material
run: pip install mkdocs-material
run: pip install mkdocs-material==9.5.26
- name: build mkdocs
env:
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This documentation uses the [**materials** theme](https://squidfunk.github.io/mk

**Intall all dependencies**:
```bash
python3 -m pip install mkdocs-material
python3 -m pip install mkdocs-material==9.5.26
```

**Local preview with hot reloading**:
Expand Down

0 comments on commit a7e3e24

Please sign in to comment.