Skip to content

Commit

Permalink
Update publish-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 authored Dec 12, 2023
1 parent 92055a2 commit e487902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
xcodebuild docbuild -scheme ScribbleLab \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
-destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/ScribbleLab.doccarchive \
--hosting-base-path ScribbleLab \
Expand Down

0 comments on commit e487902

Please sign in to comment.