We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067f0bb commit b32a8afCopy full SHA for b32a8af
.github/workflows/docs-build.yml
@@ -41,7 +41,7 @@ jobs:
41
xcodebuild docbuild -scheme "Alidade (Red Window, Debugging)" -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO;
42
43
$(xcrun --find docc) process-archive \
44
- transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/Alidade.doccarchive \
+ transform-for-static-hosting '/tmp/docbuild/Build/Products/Debug (Red Window)/Alidade.doccarchive' \
45
--output-path docs \
46
--hosting-base-path '.';
47
0 commit comments