Skip to content

Commit ba00230

Browse files
committed
Adjust workflows
1 parent 617eba9 commit ba00230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)