Skip to content

Commit dc0045b

Browse files
Fixed docc --hosting-base-path 2
1 parent 01d6387 commit dc0045b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ docs:
88
-scheme $(TARGET_NAME) \
99
-derivedDataPath $(DERIVED_DATA_PATH) \
1010
-destination 'platform=macOS'
11-
xcrun docc process-archive \
12-
transform-for-static-hosting $(DERIVED_DATA_PATH)/Build/Products/Debug/$(TARGET_NAME).doccarchive \
13-
--output-path $@ \
14-
--hosting-base-path $(TARGET_NAME)
11+
xcrun docc process-archive transform-for-static-hosting \
12+
$(DERIVED_DATA_PATH)/Build/Products/Debug/$(TARGET_NAME).doccarchive \
13+
--hosting-base-path "/SQLime" \
14+
--output-path $@
1515

1616
clean:
1717
swift package clean

0 commit comments

Comments
 (0)