We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9debc commit e3c8404Copy full SHA for e3c8404
1 file changed
.github/workflows/docs.yaml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
prepare:
23
name: Get Current version
24
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
25
26
outputs:
27
version: ${{ steps.version.outputs.value }}
@@ -46,7 +46,7 @@ jobs:
46
47
publish-docs:
48
name: Publish Docs
49
50
51
needs:
52
- prepare
@@ -66,7 +66,7 @@ jobs:
66
- name: Setup Python
67
uses: actions/setup-python@v5
68
with:
69
- python-version: "3.13"
+ python-version: "3.11"
70
71
- name: Cache pip dependencies
72
id: cache
0 commit comments