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 aec8823 commit 13e558cCopy full SHA for 13e558c
.github/workflows/python-ci-docs.yml
@@ -18,10 +18,11 @@
18
#
19
20
name: "Python CI Docs"
21
+
22
on:
23
push:
24
branches:
- - 'main'
25
+ - 'main'
26
pull_request:
27
28
@@ -37,7 +38,7 @@ jobs:
37
38
- uses: actions/checkout@v4
39
- uses: actions/setup-python@v5
40
with:
- python-version: ${{ matrix.python }}
41
+ python-version: 3.12
42
- name: Install
43
working-directory: ./mkdocs
44
run: pip install -r requirements.txt
0 commit comments