Fix hosting base path in docs
All checks were successful
Deploy Docs / publish (push) Successful in 54s
All checks were successful
Deploy Docs / publish (push) Successful in 54s
This commit is contained in:
parent
473c291b36
commit
c45a5efb68
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user