Fix documentation workflow

This commit is contained in:
Christian Treffs 2024-11-01 10:12:54 +01:00
parent ece8921cfe
commit 2403d96e90
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ jobs:
--output-path docs/"$tag" \
--transform-for-static-hosting \
--hosting-base-path ecs/"$tag" \
--source-service github \
--source-service-base-url https://fireblade-engine.github.io/ecs/"$tag" \
&& echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
fi;