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 927564b commit 02867b3Copy full SHA for 02867b3
.github/workflows/build-docc-pages.yml
@@ -30,8 +30,7 @@ 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 \
34
- --hosting-base-path yubikit-swift;
+ --output-path docs \;
35
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
36
37
- name: Upload artifact 📜
0 commit comments