Skip to content

Commit b32a8af

Browse files
Resolve path for doc build
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
1 parent 067f0bb commit b32a8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
xcodebuild docbuild -scheme "Alidade (Red Window, Debugging)" -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO;
4242
4343
$(xcrun --find docc) process-archive \
44-
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/Alidade.doccarchive \
44+
transform-for-static-hosting '/tmp/docbuild/Build/Products/Debug (Red Window)/Alidade.doccarchive' \
4545
--output-path docs \
4646
--hosting-base-path '.';
4747

0 commit comments

Comments
 (0)