Skip to content

Commit b0bd351

Browse files
docs: fix documentation generation (#383)
Fix documentation generation This corrects a mistake I made when I proposed the changes for doc generation: we don't actually generate docs for `macos-xcodebuild`! The error was masked, because once docs are in S3 they don't get deleted by subsequent builds not generating them. I.e. the existing docs for `main` were simply slowly getting more and more outdated. A recent change on our end exposed this issue.
1 parent 3b36877 commit b0bd351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.spi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ builder:
33
configs:
44
- platform: ios
55
scheme: "ParseSwift (iOS)"
6+
- platform: macos-spm
7+
documentation_targets: [ParseSwift]
68
- platform: macos-xcodebuild
79
scheme: "ParseSwift (macOS)"
8-
documentation_targets: ["ParseSwift (macOS)"]
910
- platform: macos-xcodebuild-arm
1011
scheme: "ParseSwift (macOS)"
1112
- platform: tvos

0 commit comments

Comments
 (0)