Skip to content

Commit

Permalink
feat(mkdocs): bump to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
standard3 authored Jun 30, 2024
1 parent bd62284 commit 1b171d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.11
- run: pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit 1b171d2

Please sign in to comment.