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 \