Skip to content

Commit

Permalink
Fix DoCC generation for Github Pages (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmontgomery authored Sep 12, 2024
2 parents 977b8e8 + 2178899 commit 7c9cb44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
xcodebuild docbuild -scheme Gravatar-Package \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
-destination 'generic/platform=iOS' \
-skipPackagePluginValidation;
- name: Process Gravatar DocC
run: |
Expand Down

0 comments on commit 7c9cb44

Please sign in to comment.