Skip to content

Commit ea002d5

Browse files
committed
Fix python version to avoid break in 3.12.1
1 parent 16510c2 commit ea002d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.x
13+
python-version: 3.12.0
1414
- run: pip install mkdocs-material mkdocs-monorepo-plugin
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)