File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 run : |
4040 swift package resolve;
4141
42- xcodebuild docbuild -scheme WebViewKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
42+ xcodebuild docbuild -scheme TagKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
4343
4444 $(xcrun --find docc) process-archive \
45- transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/WebViewKit .doccarchive \
45+ transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/TagKit .doccarchive \
4646 --output-path docs \
47- --hosting-base-path 'WebViewKit ';
47+ --hosting-base-path 'TagKit ';
4848
4949 echo "<script>window.location.href += \"/documentation/tagkit\"</script>" > docs/index.html;
5050
You can’t perform that action at this time.
0 commit comments