You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## - Github Actions will be used to build and deploy the documentation:
## see examples: https://github.com/x-0o0/package-docc-example/blob/main/README_ENG.md#set-deployment-condition-to-github-actions
mkdir -p docs
# xcodebuild docbuild -scheme OJP \
# -derivedDataPath ./.build/docs \
# -destination 'generic/platform=iOS' \
# OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path ojp-ios --output-path ./docs" ## -> somehow having a dash in the value for hosting-base-path breaks this. didn' find a way to escape it