From 26c577a13c95b0265fea4b23d9ab6635933831aa Mon Sep 17 00:00:00 2001 From: Yim Lee Date: Fri, 2 Dec 2022 13:14:42 -0800 Subject: [PATCH 1/2] Add .spi.yml for Swift Package Index DocC support --- .spi.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .spi.yml diff --git a/.spi.yml b/.spi.yml new file mode 100644 index 00000000..9c13e3e4 --- /dev/null +++ b/.spi.yml @@ -0,0 +1,4 @@ +version: 1 +builder: + configs: + - documentation_targets: [AWSLambdaRuntime] From ec1f8e9141b7d04c2b8eda8f8265e46da60f7e72 Mon Sep 17 00:00:00 2001 From: Yim Lee Date: Sat, 3 Dec 2022 09:45:36 -0800 Subject: [PATCH 2/2] Update .spi.yml --- .spi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spi.yml b/.spi.yml index 9c13e3e4..713eb24a 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,4 +1,4 @@ version: 1 builder: configs: - - documentation_targets: [AWSLambdaRuntime] + - documentation_targets: [AWSLambdaRuntime, AWSLambdaRuntimeCore]