We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d6387 commit dc0045bCopy full SHA for dc0045b
Makefile
@@ -8,10 +8,10 @@ docs:
8
-scheme $(TARGET_NAME) \
9
-derivedDataPath $(DERIVED_DATA_PATH) \
10
-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)
+ xcrun docc process-archive transform-for-static-hosting \
+ $(DERIVED_DATA_PATH)/Build/Products/Debug/$(TARGET_NAME).doccarchive \
+ --hosting-base-path "/SQLime" \
+ --output-path $@
15
16
clean:
17
swift package clean
0 commit comments