mirror of
https://github.com/apple/container.git
synced 2026-08-29 03:46:39 +00:00
Publish docs github action (#9)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
+10
-10
@@ -19,17 +19,17 @@ if [ ! -z "${CURRENT_SDK}" ] ; then
|
||||
fi
|
||||
opts+=("--allow-writing-to-directory" "$1")
|
||||
opts+=("generate-documentation")
|
||||
opts+=("--target" "Build")
|
||||
opts+=("--target" "Client")
|
||||
opts+=("--target" "DNSServer")
|
||||
opts+=("--target" "ImagesService")
|
||||
opts+=("--target" "LogSupport")
|
||||
opts+=("--target" "NetworkService")
|
||||
opts+=("--target" "Persistence")
|
||||
opts+=("--target" "Plugin")
|
||||
opts+=("--target" "SandboxService")
|
||||
opts+=("--target" "ContainerSandboxService")
|
||||
opts+=("--target" "ContainerNetworkService")
|
||||
opts+=("--target" "ContainerImagesService")
|
||||
opts+=("--target" "ContainerClient")
|
||||
opts+=("--target" "ContainerBuild")
|
||||
opts+=("--target" "ContainerLog")
|
||||
opts+=("--target" "ContainerPersistence")
|
||||
opts+=("--target" "ContainerPlugin")
|
||||
opts+=("--target" "CVersion")
|
||||
opts+=("--target" "ContainerXPC")
|
||||
opts+=("--target" "TerminalProgress")
|
||||
opts+=("--target" "XPCSupport")
|
||||
opts+=("--output-path" "$1")
|
||||
opts+=("--disable-indexing")
|
||||
opts+=("--transform-for-static-hosting")
|
||||
|
||||
Reference in New Issue
Block a user