We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc16465 commit ae23509Copy full SHA for ae23509
.github/workflows/documentation.yml
@@ -59,7 +59,7 @@ jobs:
59
--target FirebladeECS \
60
--output-path docs/"$tag" \
61
--transform-for-static-hosting \
62
- --hosting-base-path https://fireblade-engine.github.io/ecs/"$tag" \
+ --hosting-base-path ecs/"$tag" \
63
&& echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \
64
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
65
fi;
0 commit comments