Fix doc hosting base path

This commit is contained in:
Christian Treffs 2024-11-01 08:08:19 +01:00
parent 3115243f55
commit bc16465ae0
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

@ -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;