We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2152118 commit 4525e22Copy full SHA for 4525e22
archive-docc.sh
@@ -8,8 +8,8 @@ $DOCC_COMMAND convert Guide.docc \
8
--fallback-bundle-identifier org.cybozu.SwiftUIViewCodingGuidelines \
9
--fallback-bundle-version 1 \
10
--output-dir $DOCC_ARCHIVE
11
- --hosting-base-path swiftui-view-coding-guidelines
12
13
$DOCC_COMMAND process-archive transform-for-static-hosting \
+ $DOCC_ARCHIVE \
14
+ --hosting-base-path swiftui-view-coding-guidelines \
15
--output-path ./docs \
- $DOCC_ARCHIVE
0 commit comments