Skip to content

Commit 02867b3

Browse files
committed
Remove base path.
1 parent 927564b commit 02867b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docc-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
xcodebuild docbuild -scheme YubiKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
3131
$(xcrun --find docc) process-archive \
3232
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/YubiKit.doccarchive \
33-
--output-path docs \
34-
--hosting-base-path yubikit-swift;
33+
--output-path docs \;
3534
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
3635
3736
- name: Upload artifact 📜

0 commit comments

Comments
 (0)