File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
- name : Upload coverage
138
138
uses : codecov/codecov-action@v3
139
139
with :
140
- working- directory : antsibull-docs
140
+ directory : antsibull-docs
141
141
142
142
build-stable :
143
143
name : ' Build stable docsite'
@@ -193,7 +193,7 @@ jobs:
193
193
- name : Upload coverage
194
194
uses : codecov/codecov-action@v3
195
195
with :
196
- working- directory : antsibull-docs
196
+ directory : antsibull-docs
197
197
198
198
build-devel :
199
199
name : ' Build devel docsite'
@@ -249,4 +249,4 @@ jobs:
249
249
- name : Upload coverage
250
250
uses : codecov/codecov-action@v3
251
251
with :
252
- working- directory : antsibull-docs
252
+ directory : antsibull-docs
Original file line number Diff line number Diff line change 82
82
- name : Upload coverage
83
83
uses : codecov/codecov-action@v3
84
84
with :
85
- working- directory : antsibull-docs
85
+ directory : antsibull-docs
You can’t perform that action at this time.
0 commit comments