Skip to content

Commit

Permalink
Add / as base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Nov 21, 2023
1 parent 02867b3 commit c6e8c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ 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 \;
--output-path docs \
--hosting-base-path /;
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
- name: Upload artifact 📜
Expand Down

0 comments on commit c6e8c2e

Please sign in to comment.