File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ swift package \
51
51
generate-documentation \
52
52
--target SwiftDocC \
53
53
--disable-indexing \
54
+ --source-service github \
55
+ --source-service-base-url https://github.com/apple/swift-docc/blob/main \
56
+ --checkout-path " $SWIFT_DOCC_ROOT " \
54
57
--transform-for-static-hosting \
55
58
--hosting-base-path swift-docc \
56
59
--output-path " $DOCC_OUTPUT_DIR "
@@ -64,6 +67,9 @@ swift package \
64
67
generate-documentation \
65
68
--target SwiftDocCUtilities \
66
69
--disable-indexing \
70
+ --source-service github \
71
+ --source-service-base-url https://github.com/apple/swift-docc/blob/main \
72
+ --checkout-path " $SWIFT_DOCC_ROOT " \
67
73
--transform-for-static-hosting \
68
74
--hosting-base-path swift-docc \
69
75
--output-path " $DOCC_UTILITIES_OUTPUT_DIR "
You can’t perform that action at this time.
0 commit comments