We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177d9a5 commit 8dc101bCopy full SHA for 8dc101b
.github/workflows/build-docs-gh-pages.yml
@@ -36,11 +36,11 @@ jobs:
36
distribution: temurin
37
java-version: "8"
38
39
- # 4. Python 3.10.1 + MkDocs + plugins
40
- - name: Set up Python 3.10.1
+ # 4. Python 3.10.19 + MkDocs + plugins
+ - name: Set up Python 3.10.19
41
uses: actions/setup-python@v5
42
with:
43
- python-version: "3.10.1"
+ python-version: "3.10.19"
44
45
- name: Install MkDocs dependencies
46
run: |
0 commit comments