Skip to content

Commit ea2d5db

Browse files
committed
Update generate-docs.sh
1 parent 3577501 commit ea2d5db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/generate-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bson_version="$(python3 etc/get_bson_version.py)"
2727
git clone --depth 1 --branch "v${bson_version}" https://github.com/mongodb/swift-bson
2828
working_dir=${PWD}
2929
cd swift-bson
30+
swift package update
3031
sourcekitten doc --spm --module-name SwiftBSON > ${working_dir}/bson-docs.json
3132
cd $working_dir
3233

0 commit comments

Comments
 (0)