Fix doc hosting base path
This commit is contained in:
parent
3115243f55
commit
bc16465ae0
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
--target FirebladeECS \
|
||||
--output-path docs/"$tag" \
|
||||
--transform-for-static-hosting \
|
||||
--hosting-base-path "$tag" \
|
||||
--hosting-base-path https://fireblade-engine.github.io/ecs/"$tag" \
|
||||
&& echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \
|
||||
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
|
||||
fi;
|
||||
|
|
|
|||
Loading…
Reference in New Issue