File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
13+ pages : write
14+ id-token : write
1115 steps :
1216 - uses : actions/checkout@v3
1317
Original file line number Diff line number Diff line change @@ -12,11 +12,24 @@ html:
1212sphinx :
1313 config :
1414 html_show_copyright : false
15+ exclude_patterns :
16+ - " venv/**"
17+ - " _build/**"
18+ - " __pycache__/**"
19+ - " .git/**"
20+ - " **/venv/**"
21+ - " **/_build/**"
22+ - " **/__pycache__/**"
23+ - " **/.git/**"
1524jupyter_execute_notebooks : " off"
1625execute :
1726 execute_notebooks : " off"
1827 allow_errors : false
19- exclude_patterns : []
28+ exclude_patterns :
29+ - " **/venv/**"
30+ - " **/_build/**"
31+ - " **/__pycache__/**"
32+ - " **/.git/**"
2033 timeout : 30
2134 stderr_output : remove
2235 stdout_output : remove
You can’t perform that action at this time.
0 commit comments