File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ functions:
137
137
- command : shell.exec
138
138
params :
139
139
silent : true
140
- working_dir : " mongoc"
140
+ working_dir : " mongoc/src/libmongoc "
141
141
script : |
142
142
export AWS_ACCESS_KEY_ID=${aws_key}
143
143
export AWS_SECRET_ACCESS_KEY=${aws_secret}
@@ -146,7 +146,7 @@ functions:
146
146
params :
147
147
aws_key : ${aws_key}
148
148
aws_secret : ${aws_secret}
149
- local_file : mongoc/doc/html/index.html
149
+ local_file : mongoc/src/libmongoc/ doc/html/index.html
150
150
remote_file : ${project}/docs/libmongoc/${CURRENT_VERSION}/index.html
151
151
bucket : mciuploads
152
152
permissions : public-read
@@ -196,6 +196,7 @@ functions:
196
196
working_dir : " mongoc"
197
197
script : |
198
198
. venv/bin/activate
199
+ cd src/libmongoc
199
200
200
201
for doc in doc/man/*.3; do
201
202
echo $doc
@@ -211,12 +212,12 @@ functions:
211
212
sudo apt-get install -y awscli
212
213
aws s3 cp man-page-images s3://mciuploads/${project}/man-page-images/libmongoc/${CURRENT_VERSION} --recursive --acl public-read --region us-east-1
213
214
214
- sh .evergreen/man-page-image-list.sh man-page-images > man-page-images/index.html
215
+ sh ../../. evergreen/man-page-image-list.sh man-page-images > man-page-images/index.html
215
216
- command : s3.put
216
217
params :
217
218
aws_key : ${aws_key}
218
219
aws_secret : ${aws_secret}
219
- local_file : mongoc/man-page-images/index.html
220
+ local_file : mongoc/src/libmongoc/ man-page-images/index.html
220
221
remote_file : ${project}/man-page-images/libmongoc/${CURRENT_VERSION}/index.html
221
222
bucket : mciuploads
222
223
permissions : public-read
You can’t perform that action at this time.
0 commit comments