Skip to content

Commit c6e8c2e

Browse files
committed
Add / as base path.
1 parent 02867b3 commit c6e8c2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ 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 \;
33+
--output-path docs \
34+
--hosting-base-path /;
3435
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
3536
3637
- name: Upload artifact 📜

0 commit comments

Comments
 (0)