From e48790265fa4f71487c29cf4a1ca7b4b72c7c79c Mon Sep 17 00:00:00 2001 From: NH Date: Tue, 12 Dec 2023 20:47:43 +0100 Subject: [PATCH] Update publish-pages.yml --- .github/workflows/publish-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index 93bacbe17..d4e1dcd26 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -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 \