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 9d24bc4Copy full SHA for 9d24bc4
.github/workflows/python-ci-docs.yml
@@ -18,12 +18,16 @@
18
#
19
20
name: "Python CI Docs"
21
+
22
on:
23
push:
24
branches:
- - 'main'
25
+ - 'main'
26
+ paths:
27
+ - 'mkdocs/docs/**'
28
pull_request:
-
29
30
31
32
concurrency:
33
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,7 +41,7 @@ jobs:
37
41
- uses: actions/checkout@v4
38
42
- uses: actions/setup-python@v5
39
43
with:
40
- python-version: ${{ matrix.python }}
44
+ python-version: 3.12
45
- name: Install
46
working-directory: ./mkdocs
47
run: pip install -r requirements.txt
0 commit comments