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 02867b3 commit c6e8c2eCopy full SHA for c6e8c2e
.github/workflows/build-docc-pages.yml
@@ -30,7 +30,8 @@ jobs:
30
xcodebuild docbuild -scheme YubiKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
31
$(xcrun --find docc) process-archive \
32
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/YubiKit.doccarchive \
33
- --output-path docs \;
+ --output-path docs \
34
+ --hosting-base-path /;
35
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
36
37
- name: Upload artifact 📜
0 commit comments