Skip to content

Commit

Permalink
docs: fix documentation generation (#383)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
finestructure authored Jul 14, 2022
1 parent 3b36877 commit b0bd351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ builder:
configs:
- platform: ios
scheme: "ParseSwift (iOS)"
- platform: macos-spm
documentation_targets: [ParseSwift]
- platform: macos-xcodebuild
scheme: "ParseSwift (macOS)"
documentation_targets: ["ParseSwift (macOS)"]
- platform: macos-xcodebuild-arm
scheme: "ParseSwift (macOS)"
- platform: tvos
Expand Down

0 comments on commit b0bd351

Please sign in to comment.