Skip to content

Commit 21ca376

Browse files
Fixed docc --hosting-base-path 3
1 parent dc0045b commit 21ca376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docs:
1010
-destination 'platform=macOS'
1111
xcrun docc process-archive transform-for-static-hosting \
1212
$(DERIVED_DATA_PATH)/Build/Products/Debug/$(TARGET_NAME).doccarchive \
13-
--hosting-base-path "/SQLime" \
13+
--hosting-base-path $(TARGET_NAME) \
1414
--output-path $@
1515

1616
clean:

0 commit comments

Comments
 (0)