Fix hosting base path

This commit is contained in:
Christian Treffs 2024-11-01 08:12:02 +01:00
parent bc16465ae0
commit ae23509c4a
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 \ --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;