From 6b88cae1ea9a18ec875dcc8fae80cbeb291133f0 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Mon, 1 Jul 2024 12:43:27 +0200 Subject: [PATCH] Update SPI file with latest targets (#40) # Update SPI file with latest targets ## :recycle: Current situation & Problem This PR fixes documentation deployment as target names are outdate din the `.spi.yml` file after merging #38. ## :gear: Release Notes - Fix SPI target names for documentation deployment. ## :pencil: Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md). --- .spi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.spi.yml b/.spi.yml index 3c81ffc7..96d6daf9 100644 --- a/.spi.yml +++ b/.spi.yml @@ -11,8 +11,6 @@ builder: configs: - platform: ios documentation_targets: - - BluetoothServices - - BluetoothViews - SpeziBluetooth + - SpeziBluetoothServices - TestPeripheral - - SpeziDevices