Skip to content

Commit

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

0 comments on commit 858189f

Please sign in to comment.