Skip to content

Commit

Permalink
Fix DocC build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift authored Apr 13, 2024
1 parent c504d94 commit 0e94b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
-derivedDataPath "$PWD/.derivedData" \
-skipPackagePluginValidation
xcrun docc process-archive transform-for-static-hosting \
"$PWD/.derivedData/Build/Products/Debug/Adwaita.doccarchive" \
"$PWD/.derivedData/Build/Products/Debug/SettingsKit.doccarchive" \
--output-path "docs" \
--hosting-base-path "settingskit-macos"
- name: Modify Docs
Expand Down

0 comments on commit 0e94b3f

Please sign in to comment.