Fix documentation workflow
This commit is contained in:
parent
ece8921cfe
commit
2403d96e90
|
|
@ -60,8 +60,6 @@ jobs:
|
||||||
--output-path docs/"$tag" \
|
--output-path docs/"$tag" \
|
||||||
--transform-for-static-hosting \
|
--transform-for-static-hosting \
|
||||||
--hosting-base-path ecs/"$tag" \
|
--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 generated for FirebladeECS @ "$tag" release." \
|
||||||
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
|
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
|
||||||
fi;
|
fi;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue