Fix hosting base path in docs
All checks were successful
Deploy Docs / publish (push) Successful in 54s

This commit is contained in:
david-swift 2024-10-06 23:22:51 +02:00
parent 473c291b36
commit c45a5efb68

View File

@ -19,7 +19,7 @@ jobs:
xcrun docc process-archive transform-for-static-hosting \
"$PWD/.derivedData/Build/Products/Debug/Meta.doccarchive" \
--output-path "docs" \
--hosting-base-path "Meta"
--hosting-base-path "/"
- name: Modify Docs
run: |
echo "<script>window.location.href += \"/documentation/meta\"</script>" > docs/index.html;