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