File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [main]
6
6
path :
7
- - ' autogen/*'
8
- - ' website/*'
9
- - ' .github/workflows/deploy-website.yml'
7
+ - " autogen/*"
8
+ - " website/*"
9
+ - " .github/workflows/deploy-website.yml"
10
10
push :
11
11
branches : [main]
12
12
path :
13
- - ' autogen/*'
14
- - ' website/*'
15
- - ' .github/workflows/deploy-website.yml'
13
+ - " autogen/*"
14
+ - " website/*"
15
+ - " .github/workflows/deploy-website.yml"
16
16
workflow_dispatch :
17
17
merge_group :
18
18
types : [checks_requested]
40
40
run : |
41
41
python -m pip install --upgrade pip
42
42
pip install pydoc-markdown pyyaml termcolor
43
+ # Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
44
+ pip install databind.core==4.4.2 databind.json==4.4.2
43
45
- name : pydoc-markdown run
44
46
run : |
45
47
pydoc-markdown
You can’t perform that action at this time.
0 commit comments