File tree Expand file tree Collapse file tree 4 files changed +2
-726
lines changed
examples/02_technology_showcase Expand file tree Collapse file tree 4 files changed +2
-726
lines changed Original file line number Diff line number Diff line change 95
95
path : doc/_build/html
96
96
retention-days : 7
97
97
98
- - name : Upload examples
99
- uses : actions/upload-artifact@v4
100
- with :
101
- name : examples-out
102
- path : examples/02_technology_showcase
103
- retention-days : 7
104
-
105
98
doc-deploy :
106
99
name : Documentation deploy
107
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -111,13 +111,6 @@ jobs:
111
111
path : doc/_build/html
112
112
retention-days : 7
113
113
114
- - name : Upload example output
115
- uses : actions/upload-artifact@v4
116
- with :
117
- name : examples
118
- path : examples/02_technology_showcase
119
- retention-days : 7
120
-
121
114
build-failure :
122
115
name : Teams notify on failure
123
116
if : failure()
Original file line number Diff line number Diff line change 9
9
rev : 1.19.1
10
10
hooks :
11
11
- id : blacken-docs
12
- additional_dependencies : [black==25.1.0 ]
12
+ additional_dependencies : [black==23.12.1 ]
13
13
14
14
- repo : https://github.com/pycqa/isort
15
15
rev : 6.0.1
44
44
hooks :
45
45
- id : add-license-headers
46
46
args :
47
- - --start_year=2023
47
+ - --start_year=2023
You can’t perform that action at this time.
0 commit comments