Skip to content

Commit

Permalink
Remove base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Nov 21, 2023
1 parent 927564b commit 02867b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
xcodebuild docbuild -scheme YubiKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/YubiKit.doccarchive \
--output-path docs \
--hosting-base-path yubikit-swift;
--output-path docs \;
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
- name: Upload artifact 📜
Expand Down

0 comments on commit 02867b3

Please sign in to comment.